Shades of Verdun Green #404F12
Tints of Verdun Green #404F12
RGB
CMYK
RGB Variations
Color information
#404F12 (or 0x404F12) is known color: Verdun Green. HEX triplet: 40, 4F and 12. RGB value is (64,79,18). Sum of RGB (Red+Green+Blue) = 64+79+18=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #404F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F12 is #BFB0ED. Grayscale: #434343. Windows color (decimal): -12562670 or 1199936. OLE color: 1199936.
HSL color Cylindrical-coordinate representation of color #404F12: hue angle of 74.75º 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 #404F12 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 18 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.69 |
| HSL | 74.75º | 0.63% | 0.19% | - |
| HSV(B) | 74.75º | 0.77% | 0.31% | - |
| XYZ | 5.02 | 6.73 | 1.61 | - |
| YUV | 67.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 18 | 0.19 | 0 | 0.77 | 0.69 | 74.75 | 0.63 | 0.19 |
| Hex | 40 | 4F | 12 | 13 | 0 | 4D | 45 | 4B | 3F | 13 |
| Octal | 100 | 117 | 22 | 23 | 0 | 115 | 105 | 113 | 77 | 23 |
| Binary | 1000000 | 1001111 | 10010 | 10011 | 0 | 1001101 | 1000101 | 1001011 | 111111 | 10011 |
Color Harmonies of #404F12
Complementary color
Monochromatic Colors of #404F12
Black with #404F12
Text Example
Text Example
White with #404F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F12; }
p { color: rgb(64,79,18); }
H1.HeaderClassName
{
color: #404F12;
}
.AnyTagClassName
{
color: #404F12;
}
</style>
background-color css
<style>
a { background-color: #404F12; }
a { background-color: rgb(64,79,18); }
div.DivClassName
{
background-color: #404F12;
}
.BgClassName
{
background-color: #404F12;
}
</style>
border-color css
<style>
span { border-color: #404F12; }
span { border-color: rgb(64,79,18); }
td.TdClassName
{
border-color: #404F12;
}
.TagClassName
{
border-color: #404F12;
}
</style>