#405012

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

Shades of Verdun Green #405012

Tints of Verdun Green #405012

Color information

#405012 (or 0x405012) is unknown color: approx Verdun Green. HEX triplet: 40, 50 and 12. RGB value is (64,80,18). Sum of RGB (Red+Green+Blue) = 64+80+18=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #405012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405012 is #BFAFED. Grayscale: #444444. Windows color (decimal): -12562414 or 1200192. OLE color: 1200192.

HSL color Cylindrical-coordinate representation of color #405012: hue angle of 75.48º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #405012 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB648018-
CMYK0.2000.780.69
HSL75.48º63.27%19.22%-
HSV(B)75.48º77.5%31.37%-
XYZ5.096.871.63-
YUV68.1599.7125.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=39.51%
G=49.38%
B=11.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480180.2000.780.6975.4863.2719.22
Hex4050121404E454b3f13
Octal100120222401161051137723
Binary100000010100001001010100010011101000101100101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405012; }

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

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

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

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

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

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

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

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