Shades of Verdun Green #4E4808
Tints of Verdun Green #4E4808
RGB
CMYK
RGB Variations
Color information
#4E4808 (or 0x4E4808) is known color: Verdun Green. HEX triplet: 4E, 48 and 08. RGB value is (78,72,8). Sum of RGB (Red+Green+Blue) = 78+72+8=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4808 is #B1B7F7. Grayscale: #424242. Windows color (decimal): -11646968 or 542798. OLE color: 542798.
HSL color Cylindrical-coordinate representation of color #4E4808: hue angle of 54.86º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E4808 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 72 | 8 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.69 |
| HSL | 54.86º | 0.81% | 0.17% | - |
| HSV(B) | 54.86º | 0.9% | 0.31% | - |
| XYZ | 5.5 | 6.27 | 1.15 | - |
| YUV | 66.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 8 | 0 | 0.08 | 0.90 | 0.69 | 54.86 | 0.81 | 0.17 |
| Hex | 4E | 48 | 8 | 0 | 8 | 5A | 45 | 37 | 51 | 11 |
| Octal | 116 | 110 | 10 | 0 | 10 | 132 | 105 | 67 | 121 | 21 |
| Binary | 1001110 | 1001000 | 1000 | 0 | 1000 | 1011010 | 1000101 | 110111 | 1010001 | 10001 |
Color Harmonies of #4E4808
Complementary color
Monochromatic Colors of #4E4808
Black with #4E4808
Text Example
Text Example
White with #4E4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4808; }
p { color: rgb(78,72,8); }
H1.HeaderClassName
{
color: #4E4808;
}
.AnyTagClassName
{
color: #4E4808;
}
</style>
background-color css
<style>
a { background-color: #4E4808; }
a { background-color: rgb(78,72,8); }
div.DivClassName
{
background-color: #4E4808;
}
.BgClassName
{
background-color: #4E4808;
}
</style>
border-color css
<style>
span { border-color: #4E4808; }
span { border-color: rgb(78,72,8); }
td.TdClassName
{
border-color: #4E4808;
}
.TagClassName
{
border-color: #4E4808;
}
</style>