#406612

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

Shades of Verdun Green #406612

Tints of Verdun Green #406612

Color information

#406612 (or 0x406612) is unknown color: approx Verdun Green. HEX triplet: 40, 66 and 12. RGB value is (64,102,18). Sum of RGB (Red+Green+Blue) = 64+102+18=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #406612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406612 is #BF99ED. Grayscale: #515151. Windows color (decimal): -12556782 or 1205824. OLE color: 1205824.

HSL color Cylindrical-coordinate representation of color #406612: hue angle of 87.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #406612 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB6410218-
CMYK0.3700.820.6
HSL87.14º70%23.53%-
HSV(B)87.14º82.35%40%-
XYZ6.9710.642.26-
YUV81.0692.41115.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 102 (40.23% from 255) = 55.43%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=34.78%
G=55.43%
B=9.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64102180.3700.820.687.147023.53
Hex406612250523C574618
Octal100146224501227412710630
Binary1000000110011010010100101010100101111001010111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406612; }

 p { color: rgb(64,102,18); }

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

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

 a { background-color: rgb(64,102,18); }

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

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

 span { border-color: rgb(64,102,18); }

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