#406008

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

Shades of Verdun Green #406008

Tints of Verdun Green #406008

Color information

#406008 (or 0x406008) is unknown color: approx Verdun Green. HEX triplet: 40, 60 and 08. RGB value is (64,96,8). Sum of RGB (Red+Green+Blue) = 64+96+8=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #406008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406008 is #BF9FF7. Grayscale: #4C4C4C. Windows color (decimal): -12558328 or 548928. OLE color: 548928.

HSL color Cylindrical-coordinate representation of color #406008: hue angle of 81.82º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #406008 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB64968-
CMYK0.3300.920.62
HSL81.82º84.62%20.39%-
HSV(B)81.82º91.67%37.65%-
XYZ6.349.471.72-
YUV76.489.4119.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 96 (37.89% from 255) = 57.14%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=38.10%
G=57.14%
B=4.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal649680.3300.920.6281.8284.6220.39
Hex406082105C3E525514
Octal100140104101347612212524
Binary100000011000001000100001010111001111101010010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406008; }

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

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

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

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

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

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

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

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