Shades of Verdun Green #4E560A
Tints of Verdun Green #4E560A
RGB
CMYK
RGB Variations
Color information
#4E560A (or 0x4E560A) is known color: Verdun Green. HEX triplet: 4E, 56 and 0A. RGB value is (78,86,10). Sum of RGB (Red+Green+Blue) = 78+86+10=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #4E560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E560A is #B1A9F5. Grayscale: #4B4B4B. Windows color (decimal): -11643382 or 677454. OLE color: 677454.
HSL color Cylindrical-coordinate representation of color #4E560A: hue angle of 66.32º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E560A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 86 | 10 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.66 |
| HSL | 66.32º | 0.79% | 0.19% | - |
| HSV(B) | 66.32º | 0.88% | 0.34% | - |
| XYZ | 6.52 | 8.3 | 1.54 | - |
| YUV | 74.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 10 | 0.09 | 0 | 0.88 | 0.66 | 66.32 | 0.79 | 0.19 |
| Hex | 4E | 56 | A | 9 | 0 | 58 | 42 | 42 | 4F | 13 |
| Octal | 116 | 126 | 12 | 11 | 0 | 130 | 102 | 102 | 117 | 23 |
| Binary | 1001110 | 1010110 | 1010 | 1001 | 0 | 1011000 | 1000010 | 1000010 | 1001111 | 10011 |
Color Harmonies of #4E560A
Complementary color
Monochromatic Colors of #4E560A
Black with #4E560A
Text Example
Text Example
White with #4E560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E560A; }
p { color: rgb(78,86,10); }
H1.HeaderClassName
{
color: #4E560A;
}
.AnyTagClassName
{
color: #4E560A;
}
</style>
background-color css
<style>
a { background-color: #4E560A; }
a { background-color: rgb(78,86,10); }
div.DivClassName
{
background-color: #4E560A;
}
.BgClassName
{
background-color: #4E560A;
}
</style>
border-color css
<style>
span { border-color: #4E560A; }
span { border-color: rgb(78,86,10); }
td.TdClassName
{
border-color: #4E560A;
}
.TagClassName
{
border-color: #4E560A;
}
</style>