Shades of Verdun Green #4E5B0E
Tints of Verdun Green #4E5B0E
RGB
CMYK
RGB Variations
Color information
#4E5B0E (or 0x4E5B0E) is known color: Verdun Green. HEX triplet: 4E, 5B and 0E. RGB value is (78,91,14). Sum of RGB (Red+Green+Blue) = 78+91+14=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5B0E is #B1A4F1. Grayscale: #4E4E4E. Windows color (decimal): -11642098 or 940878. OLE color: 940878.
HSL color Cylindrical-coordinate representation of color #4E5B0E: hue angle of 70.13º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E5B0E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 14 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.64 |
| HSL | 70.13º | 0.73% | 0.21% | - |
| HSV(B) | 70.13º | 0.85% | 0.36% | - |
| XYZ | 6.96 | 9.13 | 1.81 | - |
| YUV | 78.34 | 91.69 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 14 | 0.14 | 0 | 0.85 | 0.64 | 70.13 | 0.73 | 0.21 |
| Hex | 4E | 5B | E | E | 0 | 55 | 40 | 46 | 49 | 15 |
| Octal | 116 | 133 | 16 | 16 | 0 | 125 | 100 | 106 | 111 | 25 |
| Binary | 1001110 | 1011011 | 1110 | 1110 | 0 | 1010101 | 1000000 | 1000110 | 1001001 | 10101 |
Color Harmonies of #4E5B0E
Complementary color
Monochromatic Colors of #4E5B0E
Black with #4E5B0E
Text Example
Text Example
White with #4E5B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B0E; }
p { color: rgb(78,91,14); }
H1.HeaderClassName
{
color: #4E5B0E;
}
.AnyTagClassName
{
color: #4E5B0E;
}
</style>
background-color css
<style>
a { background-color: #4E5B0E; }
a { background-color: rgb(78,91,14); }
div.DivClassName
{
background-color: #4E5B0E;
}
.BgClassName
{
background-color: #4E5B0E;
}
</style>
border-color css
<style>
span { border-color: #4E5B0E; }
span { border-color: rgb(78,91,14); }
td.TdClassName
{
border-color: #4E5B0E;
}
.TagClassName
{
border-color: #4E5B0E;
}
</style>