Shades of Verdun Green #4E6011
Tints of Verdun Green #4E6011
RGB
CMYK
RGB Variations
Color information
#4E6011 (or 0x4E6011) is known color: Verdun Green. HEX triplet: 4E, 60 and 11. RGB value is (78,96,17). Sum of RGB (Red+Green+Blue) = 78+96+17=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6011 is #B19FEE. Grayscale: #515151. Windows color (decimal): -11640815 or 1138766. OLE color: 1138766.
HSL color Cylindrical-coordinate representation of color #4E6011: hue angle of 73.67º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E6011 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 17 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.62 |
| HSL | 73.67º | 0.7% | 0.22% | - |
| HSV(B) | 73.67º | 0.82% | 0.38% | - |
| XYZ | 7.43 | 10.03 | 2.07 | - |
| YUV | 81.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 17 | 0.19 | 0 | 0.82 | 0.62 | 73.67 | 0.7 | 0.22 |
| Hex | 4E | 60 | 11 | 13 | 0 | 52 | 3E | 4A | 46 | 16 |
| Octal | 116 | 140 | 21 | 23 | 0 | 122 | 76 | 112 | 106 | 26 |
| Binary | 1001110 | 1100000 | 10001 | 10011 | 0 | 1010010 | 111110 | 1001010 | 1000110 | 10110 |
Color Harmonies of #4E6011
Complementary color
Monochromatic Colors of #4E6011
Black with #4E6011
Text Example
Text Example
White with #4E6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6011; }
p { color: rgb(78,96,17); }
H1.HeaderClassName
{
color: #4E6011;
}
.AnyTagClassName
{
color: #4E6011;
}
</style>
background-color css
<style>
a { background-color: #4E6011; }
a { background-color: rgb(78,96,17); }
div.DivClassName
{
background-color: #4E6011;
}
.BgClassName
{
background-color: #4E6011;
}
</style>
border-color css
<style>
span { border-color: #4E6011; }
span { border-color: rgb(78,96,17); }
td.TdClassName
{
border-color: #4E6011;
}
.TagClassName
{
border-color: #4E6011;
}
</style>