COLOR #409F40

HEX: #409F40
RGB: (64,159,64)

Color info

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

RGB color model

#409F40 color RGB value is (64,159,64).

  • red value is 64;
  • green value is 159;
  • blue value is 64.
RGB:
(64,159,64)
(25%,62%,25%)

RGB channels and saturation

R 64 of 255 = 25%
G 159 of 255 = 62%
B 64 of 255 = 25%

64
159
64

R + G + B ~ 37%. #409F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 159 + 64 = 287 (100%)
R 64 of 287 ~ 22.3%
G 159 of 287 ~ 55.4%
B 64 of 287 ~ 22.3%

%22.3
%55.4
%22.3

CMYK color model

#409F40 color CMYK value is (60,0,60,38).

  • cyan value is 59.75%
  • magenta value is 0.00%
  • yellow value is 59.75%
  • key color value is 37.65%
CMYK:
(60,0,60,38)
C60M0Y60K38 
(60%,0%,60%,38%)
(0.60/0.00/0.60/0.38)	

CMYK percentages

%59.75
%0
%59.75
%37.65

Codes

Color #409F40 in popluar color models

409F40
RGB6415964
HSL120°42.60%43.73%
HSB/HSV120°59.75%62.35%
CMYK59.75%0.00%59.75%
37.65%

Color #409F40 in popluar number systems.

HEX409F40
Decimal6415964
Binary1000000100111111000000
Octal100237100

Shades and tints

Shades of #409F40

#409F40
(64,159,64)
#3B913B
(59,145,59)
#368336
(54,131,54)
#317531
(49,117,49)
#2C672C
(44,103,44)
#275927
(39,89,39)
#224B22
(34,75,34)
#1D3D1D
(29,61,29)
#182F18
(24,47,24)
#132113
(19,33,19)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #409F40

#409F40
(64,159,64)
#51A751
(81,167,81)
#62AF62
(98,175,98)
#73B773
(115,183,115)
#84BF84
(132,191,132)
#95C795
(149,199,149)
#A6CFA6
(166,207,166)
#B7D7B7
(183,215,183)
#C8DFC8
(200,223,200)
#D9E7D9
(217,231,217)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #409F40; }

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

This text font color is #409F40.


Background Color

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

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

This div background color is #409F40.


Border color

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

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

This div border color is #409F40.


Opacity

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

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

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

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

This text has shadow with #409F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409F40 on black background.


Color preview on white background

This text has color #409F40 on white background.



Black color preview on #409F40 background

This text has black color on #409F40 background.


White color preview on #409F40 background

This text has white color on #409F40 background.