color codes Logo

#409d6e color codes

#409D6E
(64,157,110)
0 Favorites   0 Comments

Color spaces of #409d6e

RGB 64157110
HSL0.420.420.43
HSV150°59°62°
CMYK 0.590.000.30   0.38
XYZ16.985826.329718.9388
Yxy26.32970.27280.4229
Hunter Lab51.3125-30.708614.0355
CIE-Lab58.3487-38.834016.5454

#409d6e color RGB value is (64,157,110).

#409d6e hex color red value is 64, green value is 157 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #409d6e hue: 0.42 , saturation: 0.42 and the lightness value of 409d6e is 0.43.

The process color (four color CMYK) of #409d6e color code is 0.59, 0.00, 0.30, 0.38. Web safe color of #409d6e is #339966. Color #409d6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 01101110
Octal 100 235 156
Decimal 64 157 110
Hex 40 9D 6E

RGB Percentages of Color #409d6e

%19.34
%47.43
%33.23

CMYK Percentages of Color #409d6e

%59
%0
%30
%38

Triadic Colors of #409d6e

#409d6e #6e409d #9d6e40

Analogous Colors of #409d6e

#409d6e #409d9d #419d40

Monochromatic Colors of #409d6e

#409d6e

Complementary Color

#409d6e #9d406f

#409d6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409d6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#409d6e Color CSS Codes

.mybgcolor {background-color:#409d6e; } 
.myforecolor {color:#409d6e; }
.mybordercolor {border:3px solid #409d6e; }

#409d6e Text Font Color

<p style="color:#409d6e">Text here</p>

This sample text font color is #409d6e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#409d6e Background Color

<div style="background-color:#409d6e">
Div content here</div>

This div background color is #409d6e


#409d6e Border Color

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

This div border color is #409d6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,157,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #409d6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #409d6e;
  -webkit-box-shadow: 1px 1px 3px 2px #409d6e;
  box-shadow:         1px 1px 3px 2px #409d6e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,157,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #409d6e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #409d6e;
  -webkit-box-shadow: 1px 1px 3px 2px #409d6e;
  box-shadow:         1px 1px 3px 2px #409d6e;">
Div content here</div>

This div box has shadow with color #409d6e


Comments

No comments written yet.

Please login to write comment.