Shades of Verdun Green #404F0E
Tints of Verdun Green #404F0E
RGB
CMYK
RGB Variations
Color information
#404F0E (or 0x404F0E) is known color: Verdun Green. HEX triplet: 40, 4F and 0E. RGB value is (64,79,14). Sum of RGB (Red+Green+Blue) = 64+79+14=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #404F0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F0E is #BFB0F1. Grayscale: #434343. Windows color (decimal): -12562674 or 937792. OLE color: 937792.
HSL color Cylindrical-coordinate representation of color #404F0E: hue angle of 73.85º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #404F0E is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 14 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.69 |
| HSL | 73.85º | 0.7% | 0.18% | - |
| HSV(B) | 73.85º | 0.82% | 0.31% | - |
| XYZ | 4.99 | 6.71 | 1.45 | - |
| YUV | 67.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 14 | 0.19 | 0 | 0.82 | 0.69 | 73.85 | 0.7 | 0.18 |
| Hex | 40 | 4F | E | 13 | 0 | 52 | 45 | 4A | 46 | 12 |
| Octal | 100 | 117 | 16 | 23 | 0 | 122 | 105 | 112 | 106 | 22 |
| Binary | 1000000 | 1001111 | 1110 | 10011 | 0 | 1010010 | 1000101 | 1001010 | 1000110 | 10010 |
Color Harmonies of #404F0E
Complementary color
Monochromatic Colors of #404F0E
Black with #404F0E
Text Example
Text Example
White with #404F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F0E; }
p { color: rgb(64,79,14); }
H1.HeaderClassName
{
color: #404F0E;
}
.AnyTagClassName
{
color: #404F0E;
}
</style>
background-color css
<style>
a { background-color: #404F0E; }
a { background-color: rgb(64,79,14); }
div.DivClassName
{
background-color: #404F0E;
}
.BgClassName
{
background-color: #404F0E;
}
</style>
border-color css
<style>
span { border-color: #404F0E; }
span { border-color: rgb(64,79,14); }
td.TdClassName
{
border-color: #404F0E;
}
.TagClassName
{
border-color: #404F0E;
}
</style>