Shades of Verdun Green #4E500E
Tints of Verdun Green #4E500E
RGB
CMYK
RGB Variations
Color information
#4E500E (or 0x4E500E) is known color: Verdun Green. HEX triplet: 4E, 50 and 0E. RGB value is (78,80,14). Sum of RGB (Red+Green+Blue) = 78+80+14=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #4E500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E500E is #B1AFF1. Grayscale: #484848. Windows color (decimal): -11644914 or 938062. OLE color: 938062.
HSL color Cylindrical-coordinate representation of color #4E500E: hue angle of 61.82º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E500E is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 80 | 14 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.69 |
| HSL | 61.82º | 0.7% | 0.18% | - |
| HSV(B) | 61.82º | 0.83% | 0.31% | - |
| XYZ | 6.09 | 7.39 | 1.52 | - |
| YUV | 71.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 14 | 0.02 | 0 | 0.83 | 0.69 | 61.82 | 0.7 | 0.18 |
| Hex | 4E | 50 | E | 2 | 0 | 53 | 45 | 3E | 46 | 12 |
| Octal | 116 | 120 | 16 | 2 | 0 | 123 | 105 | 76 | 106 | 22 |
| Binary | 1001110 | 1010000 | 1110 | 10 | 0 | 1010011 | 1000101 | 111110 | 1000110 | 10010 |
Color Harmonies of #4E500E
Complementary color
Monochromatic Colors of #4E500E
Black with #4E500E
Text Example
Text Example
White with #4E500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E500E; }
p { color: rgb(78,80,14); }
H1.HeaderClassName
{
color: #4E500E;
}
.AnyTagClassName
{
color: #4E500E;
}
</style>
background-color css
<style>
a { background-color: #4E500E; }
a { background-color: rgb(78,80,14); }
div.DivClassName
{
background-color: #4E500E;
}
.BgClassName
{
background-color: #4E500E;
}
</style>
border-color css
<style>
span { border-color: #4E500E; }
span { border-color: rgb(78,80,14); }
td.TdClassName
{
border-color: #4E500E;
}
.TagClassName
{
border-color: #4E500E;
}
</style>