#406808

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

Shades of Verdun Green #406808

Tints of Verdun Green #406808

Color information

#406808 (or 0x406808) is unknown color: approx Verdun Green. HEX triplet: 40, 68 and 08. RGB value is (64,104,8). Sum of RGB (Red+Green+Blue) = 64+104+8=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #406808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406808 is #BF97F7. Grayscale: #515151. Windows color (decimal): -12556280 or 550976. OLE color: 550976.

HSL color Cylindrical-coordinate representation of color #406808: hue angle of 85º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #406808 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB641048-
CMYK0.3800.920.59
HSL85º85.71%21.96%-
HSV(B)85º92.31%40.78%-
XYZ7.1111.011.98-
YUV81.186.75115.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 104 (41.02% from 255) = 59.09%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=36.36%
G=59.09%
B=4.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6410480.3800.920.598585.7121.96
Hex406882605C3B555616
Octal100150104601347312512626
Binary100000011010001000100110010111001110111010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406808; }

 p { color: rgb(64,104,8); }

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

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

 a { background-color: rgb(64,104,8); }

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

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

 span { border-color: rgb(64,104,8); }

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