COLOR #419314

HEX: #419314
RGB: (65,147,20)

Color info

#419314 contains mainly green color. Web safe color of #419314 is #339900 (or #390).

RGB color model

#419314 color RGB value is (65,147,20).

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

RGB channels and saturation

R 65 of 255 = 25%
G 147 of 255 = 58%
B 20 of 255 = 8%

65
147
20

R + G + B ~ 30%. #419314 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 147 + 20 = 232 (100%)
R 65 of 232 ~ 28.02%
G 147 of 232 ~ 63.36%
B 20 of 232 ~ 8.62%

%28.02
%63.36

CMYK color model

#419314 color CMYK value is (56,0,86,42).

  • cyan value is 55.78%
  • magenta value is 0.00%
  • yellow value is 86.39%
  • key color value is 42.35%
CMYK:
(56,0,86,42)
C56M0Y86K42 
(56%,0%,86%,42%)
(0.56/0.00/0.86/0.42)	

CMYK percentages

%55.78
%0
%86.39
%42.35

Codes

Color #419314 in popluar color models

419314
RGB6514720
HSL99°76.05%32.75%
HSB/HSV99°86.39%57.65%
CMYK55.78%0.00%86.39%
42.35%

Color #419314 in popluar number systems.

HEX419314
Decimal6514720
Binary10000011001001110100
Octal10122324

Shades and tints

Shades of #419314

#419314
(65,147,20)
#3C8613
(60,134,19)
#377912
(55,121,18)
#326C11
(50,108,17)
#2D5F10
(45,95,16)
#28520F
(40,82,15)
#23450E
(35,69,14)
#1E380D
(30,56,13)
#192B0C
(25,43,12)
#141E0B
(20,30,11)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #419314

#419314
(65,147,20)
#529C29
(82,156,41)
#63A53E
(99,165,62)
#74AE53
(116,174,83)
#85B768
(133,183,104)
#96C07D
(150,192,125)
#A7C992
(167,201,146)
#B8D2A7
(184,210,167)
#C9DBBC
(201,219,188)
#DAE4D1
(218,228,209)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #419314; }

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

This text font color is #419314.


Background Color

.myBgColor { background-color: #419314; }

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

This div background color is #419314.


Border color

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

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

This div border color is #419314.


Opacity

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

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

Text with #419314 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 #419314;}

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

This text has shadow with #419314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #419314 on black background.


Color preview on white background

This text has color #419314 on white background.



Black color preview on #419314 background

This text has black color on #419314 background.


White color preview on #419314 background

This text has white color on #419314 background.