#406012

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

Shades of Verdun Green #406012

Tints of Verdun Green #406012

Color information

#406012 (or 0x406012) is unknown color: approx Verdun Green. HEX triplet: 40, 60 and 12. RGB value is (64,96,18). Sum of RGB (Red+Green+Blue) = 64+96+18=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #406012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406012 is #BF9FED. Grayscale: #4D4D4D. Windows color (decimal): -12558318 or 1204288. OLE color: 1204288.

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

Color convert

RGB649618-
CMYK0.3300.810.62
HSL84.62º68.42%22.35%-
HSV(B)84.62º81.25%37.65%-
XYZ6.419.52.07-
YUV77.5494.4118.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=35.96%
G=53.93%
B=10.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496180.3300.810.6284.6268.4222.35
Hex406012210513E554416
Octal100140224101217612510426
Binary1000000110000010010100001010100011111101010101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406012; }

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

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

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

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

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

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

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

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