Shades of Verdun Green #4E5816
Tints of Verdun Green #4E5816
RGB
CMYK
RGB Variations
Color information
#4E5816 (or 0x4E5816) is known color: Verdun Green. HEX triplet: 4E, 58 and 16. RGB value is (78,88,22). Sum of RGB (Red+Green+Blue) = 78+88+22=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5816 is #B1A7E9. Grayscale: #4D4D4D. Windows color (decimal): -11642858 or 1464398. OLE color: 1464398.
HSL color Cylindrical-coordinate representation of color #4E5816: hue angle of 69.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E5816 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 22 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.65 |
| HSL | 69.09º | 0.6% | 0.22% | - |
| HSV(B) | 69.09º | 0.75% | 0.35% | - |
| XYZ | 6.78 | 8.66 | 2.07 | - |
| YUV | 77.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 22 | 0.11 | 0 | 0.75 | 0.65 | 69.09 | 0.6 | 0.22 |
| Hex | 4E | 58 | 16 | B | 0 | 4B | 41 | 45 | 3C | 16 |
| Octal | 116 | 130 | 26 | 13 | 0 | 113 | 101 | 105 | 74 | 26 |
| Binary | 1001110 | 1011000 | 10110 | 1011 | 0 | 1001011 | 1000001 | 1000101 | 111100 | 10110 |
Color Harmonies of #4E5816
Complementary color
Monochromatic Colors of #4E5816
Black with #4E5816
Text Example
Text Example
White with #4E5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5816; }
p { color: rgb(78,88,22); }
H1.HeaderClassName
{
color: #4E5816;
}
.AnyTagClassName
{
color: #4E5816;
}
</style>
background-color css
<style>
a { background-color: #4E5816; }
a { background-color: rgb(78,88,22); }
div.DivClassName
{
background-color: #4E5816;
}
.BgClassName
{
background-color: #4E5816;
}
</style>
border-color css
<style>
span { border-color: #4E5816; }
span { border-color: rgb(78,88,22); }
td.TdClassName
{
border-color: #4E5816;
}
.TagClassName
{
border-color: #4E5816;
}
</style>