Shades of Verdun Green #404512
Tints of Verdun Green #404512
RGB
CMYK
RGB Variations
Color information
#404512 (or 0x404512) is known color: Verdun Green. HEX triplet: 40, 45 and 12. RGB value is (64,69,18). Sum of RGB (Red+Green+Blue) = 64+69+18=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #404512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404512 is #BFBAED. Grayscale: #3D3D3D. Windows color (decimal): -12565230 or 1197376. OLE color: 1197376.
HSL color Cylindrical-coordinate representation of color #404512: hue angle of 65.88º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404512 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 18 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.73 |
| HSL | 65.88º | 0.59% | 0.17% | - |
| HSV(B) | 65.88º | 0.74% | 0.27% | - |
| XYZ | 4.35 | 5.39 | 1.38 | - |
| YUV | 61.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 18 | 0.07 | 0 | 0.74 | 0.73 | 65.88 | 0.59 | 0.17 |
| Hex | 40 | 45 | 12 | 7 | 0 | 4A | 49 | 42 | 3B | 11 |
| Octal | 100 | 105 | 22 | 7 | 0 | 112 | 111 | 102 | 73 | 21 |
| Binary | 1000000 | 1000101 | 10010 | 111 | 0 | 1001010 | 1001001 | 1000010 | 111011 | 10001 |
Color Harmonies of #404512
Complementary color
Monochromatic Colors of #404512
Black with #404512
Text Example
Text Example
White with #404512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404512; }
p { color: rgb(64,69,18); }
H1.HeaderClassName
{
color: #404512;
}
.AnyTagClassName
{
color: #404512;
}
</style>
background-color css
<style>
a { background-color: #404512; }
a { background-color: rgb(64,69,18); }
div.DivClassName
{
background-color: #404512;
}
.BgClassName
{
background-color: #404512;
}
</style>
border-color css
<style>
span { border-color: #404512; }
span { border-color: rgb(64,69,18); }
td.TdClassName
{
border-color: #404512;
}
.TagClassName
{
border-color: #404512;
}
</style>