COLOR #419140

HEX: #419140
RGB: (65,145,64)

Color info

#419140 contains mainly green color. Web safe color of #419140 is #339933 (or #393).

RGB color model

#419140 color RGB value is (65,145,64).

  • red value is 65;
  • green value is 145;
  • blue value is 64.
RGB:
(65,145,64)
(25%,57%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 145 of 255 = 57%
B 64 of 255 = 25%

65
145
64

R + G + B ~ 36%. #419140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 145 + 64 = 274 (100%)
R 65 of 274 ~ 23.72%
G 145 of 274 ~ 52.92%
B 64 of 274 ~ 23.36%

%23.72
%52.92
%23.36

CMYK color model

#419140 color CMYK value is (55,0,56,43).

  • cyan value is 55.17%
  • magenta value is 0.00%
  • yellow value is 55.86%
  • key color value is 43.14%
CMYK:
(55,0,56,43)
C55M0Y56K43 
(55%,0%,56%,43%)
(0.55/0.00/0.56/0.43)	

CMYK percentages

%55.17
%0
%55.86
%43.14

Codes

Color #419140 in popluar color models

419140
RGB6514564
HSL119°38.76%40.98%
HSB/HSV119°55.86%56.86%
CMYK55.17%0.00%55.86%
43.14%

Color #419140 in popluar number systems.

HEX419140
Decimal6514564
Binary1000001100100011000000
Octal101221100

Shades and tints

Shades of #419140

#419140
(65,145,64)
#3C843B
(60,132,59)
#377736
(55,119,54)
#326A31
(50,106,49)
#2D5D2C
(45,93,44)
#285027
(40,80,39)
#234322
(35,67,34)
#1E361D
(30,54,29)
#192918
(25,41,24)
#141C13
(20,28,19)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #419140

#419140
(65,145,64)
#529B51
(82,155,81)
#63A562
(99,165,98)
#74AF73
(116,175,115)
#85B984
(133,185,132)
#96C395
(150,195,149)
#A7CDA6
(167,205,166)
#B8D7B7
(184,215,183)
#C9E1C8
(201,225,200)
#DAEBD9
(218,235,217)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #419140 color. Also use rgb(65,145,64) instead hex code.

Text Font Color

.myTextColor { color: #419140; }

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

This text font color is #419140.


Background Color

.myBgColor { background-color: #419140; }

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

This div background color is #419140.


Border color

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

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

This div border color is #419140.


Opacity

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

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

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

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

This text has shadow with #419140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #419140 on black background.


Color preview on white background

This text has color #419140 on white background.



Black color preview on #419140 background

This text has black color on #419140 background.


White color preview on #419140 background

This text has white color on #419140 background.