#406A09

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

Shades of Verdun Green #406A09

Tints of Verdun Green #406A09

Color information

#406A09 (or 0x406A09) is unknown color: approx Verdun Green. HEX triplet: 40, 6A and 09. RGB value is (64,106,9). Sum of RGB (Red+Green+Blue) = 64+106+9=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #406A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406A09 is #BF95F6. Grayscale: #525252. Windows color (decimal): -12555767 or 617024. OLE color: 617024.

HSL color Cylindrical-coordinate representation of color #406A09: hue angle of 85.98º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #406A09 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB641069-
CMYK0.4000.920.58
HSL85.98º84.35%22.55%-
HSV(B)85.98º91.51%41.57%-
XYZ7.3211.422.08-
YUV82.3886.59114.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 106 (41.80% from 255) = 59.22%
BLUE value IS 9 (3.91% from 255) = 5.03%
R=35.75%
G=59.22%
B=5.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6410690.4000.920.5885.9884.3522.55
Hex406A92805C3A565417
Octal100152115001347212612427
Binary100000011010101001101000010111001110101010110101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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