#405A09

Color #405A09 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #405A09

Tints of Verdun Green #405A09

Color information

#405A09 (or 0x405A09) is unknown color: approx Verdun Green. HEX triplet: 40, 5A and 09. RGB value is (64,90,9). Sum of RGB (Red+Green+Blue) = 64+90+9=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #405A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405A09 is #BFA5F6. Grayscale: #494949. Windows color (decimal): -12559863 or 612928. OLE color: 612928.

HSL color Cylindrical-coordinate representation of color #405A09: hue angle of 79.26º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #405A09 is Cyan = 0.29, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB64909-
CMYK0.2900.90.65
HSL79.26º81.82%19.41%-
HSV(B)79.26º90%35.29%-
XYZ5.828.421.58-
YUV72.9991.89121.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 90 (35.55% from 255) = 55.21%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=39.26%
G=55.21%
B=5.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal649090.2900.90.6579.2681.8219.41
Hex405A91D05A414f5213
Octal1001321135013210111712223
Binary100000010110101001111010101101010000011001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A09; }

 p { color: rgb(64,90,9); }

 H1.HeaderClassName
 {
   color: #405A09;
 }
 .AnyTagClassName
 {
   color: #405A09;
 }
</style>
background-color css

<style>
 a { background-color: #405A09; }

 a { background-color: rgb(64,90,9); }

 div.DivClassName
 {
   background-color: #405A09;
 }
 .BgClassName
 {
   background-color: #405A09;
 }
</style>
border-color css

<style>
 span { border-color: #405A09; }

 span { border-color: rgb(64,90,9); }

 td.TdClassName
 {
   border-color: #405A09;
 }
 .TagClassName
 {
   border-color: #405A09;
 }
</style>