Shades of Verdun Green #4E600E
Tints of Verdun Green #4E600E
RGB
CMYK
RGB Variations
Color information
#4E600E (or 0x4E600E) is known color: Verdun Green. HEX triplet: 4E, 60 and 0E. RGB value is (78,96,14). Sum of RGB (Red+Green+Blue) = 78+96+14=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #4E600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E600E is #B19FF1. Grayscale: #515151. Windows color (decimal): -11640818 or 942158. OLE color: 942158.
HSL color Cylindrical-coordinate representation of color #4E600E: hue angle of 73.17º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E600E is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 14 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.62 |
| HSL | 73.17º | 0.75% | 0.22% | - |
| HSV(B) | 73.17º | 0.85% | 0.38% | - |
| XYZ | 7.4 | 10.02 | 1.96 | - |
| YUV | 81.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 14 | 0.19 | 0 | 0.85 | 0.62 | 73.17 | 0.75 | 0.22 |
| Hex | 4E | 60 | E | 13 | 0 | 55 | 3E | 49 | 4B | 16 |
| Octal | 116 | 140 | 16 | 23 | 0 | 125 | 76 | 111 | 113 | 26 |
| Binary | 1001110 | 1100000 | 1110 | 10011 | 0 | 1010101 | 111110 | 1001001 | 1001011 | 10110 |
Color Harmonies of #4E600E
Complementary color
Monochromatic Colors of #4E600E
Black with #4E600E
Text Example
Text Example
White with #4E600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E600E; }
p { color: rgb(78,96,14); }
H1.HeaderClassName
{
color: #4E600E;
}
.AnyTagClassName
{
color: #4E600E;
}
</style>
background-color css
<style>
a { background-color: #4E600E; }
a { background-color: rgb(78,96,14); }
div.DivClassName
{
background-color: #4E600E;
}
.BgClassName
{
background-color: #4E600E;
}
</style>
border-color css
<style>
span { border-color: #4E600E; }
span { border-color: rgb(78,96,14); }
td.TdClassName
{
border-color: #4E600E;
}
.TagClassName
{
border-color: #4E600E;
}
</style>