Shades of Verdun Green #4E5917
Tints of Verdun Green #4E5917
RGB
CMYK
RGB Variations
Color information
#4E5917 (or 0x4E5917) is known color: Verdun Green. HEX triplet: 4E, 59 and 17. RGB value is (78,89,23). Sum of RGB (Red+Green+Blue) = 78+89+23=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5917 is #B1A6E8. Grayscale: #4E4E4E. Windows color (decimal): -11642601 or 1530190. OLE color: 1530190.
HSL color Cylindrical-coordinate representation of color #4E5917: hue angle of 70º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E5917 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 89 | 23 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.65 |
| HSL | 70º | 0.59% | 0.22% | - |
| HSV(B) | 70º | 0.74% | 0.35% | - |
| XYZ | 6.87 | 8.83 | 2.15 | - |
| YUV | 78.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 23 | 0.12 | 0 | 0.74 | 0.65 | 70 | 0.59 | 0.22 |
| Hex | 4E | 59 | 17 | C | 0 | 4A | 41 | 46 | 3B | 16 |
| Octal | 116 | 131 | 27 | 14 | 0 | 112 | 101 | 106 | 73 | 26 |
| Binary | 1001110 | 1011001 | 10111 | 1100 | 0 | 1001010 | 1000001 | 1000110 | 111011 | 10110 |
Color Harmonies of #4E5917
Complementary color
Monochromatic Colors of #4E5917
Black with #4E5917
Text Example
Text Example
White with #4E5917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5917; }
p { color: rgb(78,89,23); }
H1.HeaderClassName
{
color: #4E5917;
}
.AnyTagClassName
{
color: #4E5917;
}
</style>
background-color css
<style>
a { background-color: #4E5917; }
a { background-color: rgb(78,89,23); }
div.DivClassName
{
background-color: #4E5917;
}
.BgClassName
{
background-color: #4E5917;
}
</style>
border-color css
<style>
span { border-color: #4E5917; }
span { border-color: rgb(78,89,23); }
td.TdClassName
{
border-color: #4E5917;
}
.TagClassName
{
border-color: #4E5917;
}
</style>