COLOR #419362

HEX: #419362
RGB: (65,147,98)

Color info

#419362 contains mainly green and blue colors. Web safe color of #419362 is #339966 (or #396).

RGB color model

#419362 color RGB value is (65,147,98).

  • red value is 65;
  • green value is 147;
  • blue value is 98.
RGB:
(65,147,98)
(25%,58%,38%)

RGB channels and saturation

R 65 of 255 = 25%
G 147 of 255 = 58%
B 98 of 255 = 38%

65
147
98

R + G + B ~ 40%. #419362 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 147 + 98 = 310 (100%)
R 65 of 310 ~ 20.97%
G 147 of 310 ~ 47.42%
B 98 of 310 ~ 31.61%

%20.97
%47.42
%31.61

CMYK color model

#419362 color CMYK value is (56,0,33,42).

  • cyan value is 55.78%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 42.35%
CMYK:
(56,0,33,42)
C56M0Y33K42 
(56%,0%,33%,42%)
(0.56/0.00/0.33/0.42)	

CMYK percentages

%55.78
%0
%33.33
%42.35

Codes

Color #419362 in popluar color models

419362
RGB6514798
HSL144°38.68%41.57%
HSB/HSV144°55.78%57.65%
CMYK55.78%0.00%33.33%
42.35%

Color #419362 in popluar number systems.

HEX419362
Decimal6514798
Binary1000001100100111100010
Octal101223142

Shades and tints

Shades of #419362

#419362
(65,147,98)
#3C865A
(60,134,90)
#377952
(55,121,82)
#326C4A
(50,108,74)
#2D5F42
(45,95,66)
#28523A
(40,82,58)
#234532
(35,69,50)
#1E382A
(30,56,42)
#192B22
(25,43,34)
#141E1A
(20,30,26)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #419362

#419362
(65,147,98)
#529C70
(82,156,112)
#63A57E
(99,165,126)
#74AE8C
(116,174,140)
#85B79A
(133,183,154)
#96C0A8
(150,192,168)
#A7C9B6
(167,201,182)
#B8D2C4
(184,210,196)
#C9DBD2
(201,219,210)
#DAE4E0
(218,228,224)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #419362 color. Also use rgb(65,147,98) instead hex code.

Text Font Color

.myTextColor { color: #419362; }

<p style="color:#419362">This sample text font color is #419362.</p>

This text font color is #419362.


Background Color

.myBgColor { background-color: #419362; }

<div style="background-color:#419362">Inner text</div>

This div background color is #419362.


Border color

.myBorderColor { border: 1px solid #419362; }

<div style="border:3px solid #419362">Div</div>

This div border color is #419362.


Opacity

.myOpacity80 { color: #419362; opacity: 0.8; }

<p style="color:#419362;opacity:0.8;">80%</p>

Text with #419362 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #419362;}

<p style="text-shadow: 3px 3px 1px #419362">Text here.</p>

This text has shadow with #419362 color.

.textShadow {text-shadow: 3px 3px 1px #419362, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #419362, 5px 5px 20px red">Text here.</p>

This text has shadow with #419362 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#419362, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#419362, Direction=45, Strength=4)">Text</p>

This text has shadow with #419362 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #419362;
  -webkit-box-shadow:	1px 1px 3px 2px #419362;
  box-shadow:		1px 1px 3px 2px #419362;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #419362;
-webkit-box-shadow: 1px 1px 3px 2px #419362;
box-shadow:1px 1px 3px 2px #419362;">
Div content here</div>
This div box has shadow with color #419362.

Preview

Color preview on black background

This text has color #419362 on black background.


Color preview on white background

This text has color #419362 on white background.



Black color preview on #419362 background

This text has black color on #419362 background.


White color preview on #419362 background

This text has white color on #419362 background.