COLOR #409E30

HEX: #409E30 RGB: (64,158,48)

Color info

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

RGB color model

#409E30 color RGB value is (64,158,48).

RGB: (64,158,48) (25%, 62%, 19%)

RGB channels and saturation

R 64 of 255 = 25%
G 158 of 255 = 62%
B 48 of 255 = 19%

64
158
48

R + G + B ~ 35%. #409E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 158 + 48 = 270 (100%)
R 64 of 270 ~ 23.7%
G 158 of 270 ~ 58.52%
B 48 of 270 ~ 17.78'%

%23.7
%58.52
%17.78

CMYK color model

#409E30 color CMYK value is (59,0,70,38).

  • cyan value is 59.49%
  • magenta value is 0.00%
  • yellow value is 69.62%
  • key color value is 38.04%

CMYK: (59,0,70,38)
C59M0Y70K38 (59%, 0%, 70%, 38%)
(0.59 / 0.00 / 0.70 / 0.38)

CMYK percentages

%59.49
%0
%69.62
%38.04

Codes

Color #409E30 in popluar color models

40 9E 30
RGB 64 158 48
HSL 111° 53.40% 40.39%
HSB/HSV 111° 69.62% 61.96%
CMYK 59.49% 0.00% 69.62%
38.04%

Color #409E30 in popluar number systems.

HEX 40 9E 30
Decimal 64 158 48
Binary 1000000 10011110 110000
Octal 100 236 60

Shades and tints

Shades of #409E30

#409E30
(64,158,48)
#3B902C
(59,144,44)
#368228
(54,130,40)
#317424
(49,116,36)
#2C6620
(44,102,32)
#27581C
(39,88,28)
#224A18
(34,74,24)
#1D3C14
(29,60,20)
#182E10
(24,46,16)
#13200C
(19,32,12)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #409E30

#409E30
(64,158,48)
#51A642
(81,166,66)
#62AE54
(98,174,84)
#73B666
(115,182,102)
#84BE78
(132,190,120)
#95C68A
(149,198,138)
#A6CE9C
(166,206,156)
#B7D6AE
(183,214,174)
#C8DEC0
(200,222,192)
#D9E6D2
(217,230,210)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409E30 color. Also use rgb(64,158,48) instead hex code.

Text Font Color

.myTextColor { color: #409E30; }

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

This text font color is #409E30.

Background Color

.myBgColor { background-color: #409E30; }

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

This div background color is #409E30.

Border color

.myBorderColor { border: 1px solid #409E30; }

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

This div border color is #409E30.

Opacity

.myOpacity80 { color: #409E30; opacity: 0.8; }

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

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

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

This text has shadow with #409E30 color.


.textShadow {text-shadow: 3px 3px 1px #409E30', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #409E30; -webkit-box-shadow: 1px 1px 3px 2px #409E30; box-shadow:1px 1px 3px 2px #409E30;">
Div content here
</div>

This div box has shadow with color #409E30.

Preview

Color preview on black background

This text has color #409E30 on black background.


Color preview on white background

This text has color #409E30 on white background.


Black color preview on #409E30 background

This text has black color on #409E30 background.


White color preview on #409E30 background

This text has white color on #409E30 background.


Related colors

Complementary color

Complementary color for #hex is #BF61CF.


I love getcolorcode.com

Triadic colors

1 #30409E and #9E3040 with #409E30 are triadic colors.

2 #309E40 and #9E4030 with #409E30 are triadic colors.