Color Hex Logo

#409260 Color Hex

#409260
(64,146,96)
0 Favorites   0 Comments

Color spaces of #409260

RGB 6414696
HSL0.400.390.41
HSV143°56°57°
CMYK 0.560.000.34   0.43
XYZ14.504622.492314.6433
Yxy22.49230.28090.4356
Hunter Lab47.4260-28.403814.8918
CIE-Lab54.5455-36.882019.1618

#409260 color RGB value is (64,146,96).

#409260 hex color red value is 64, green value is 146 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #409260 hue: 0.40 , saturation: 0.39 and the lightness value of 409260 is 0.41.

The process color (four color CMYK) of #409260 color hex is 0.56, 0.00, 0.34, 0.43. Web safe color of #409260 is #339966. Color #409260 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010010 01100000
Octal 100 222 140
Decimal 64 146 96
Hex 40 92 60

RGB Percentages of Color #409260

%20.92
%47.71
%31.37

CMYK Percentages of Color #409260

%56
%0
%34
%43

Triadic Colors of #409260

#409260 #604092 #926040

Analogous Colors of #409260

#409260 #409289 #499240

Monochromatic Colors of #409260

#409260

Complementary Color

#409260 #924072

#409260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#409260 Color CSS Codes

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

#409260 Text Font Color

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

This sample text font color is #409260
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.


#409260 Background Color

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

This div background color is #409260


#409260 Border Color

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

This div border color is #409260


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,146,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #409260; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #409260;
  -webkit-box-shadow: 1px 1px 3px 2px #409260;
  box-shadow:         1px 1px 3px 2px #409260; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409260


Comments

No comments written yet.

Please login to write comment.