Shades of Verdun Green #4E6810
Tints of Verdun Green #4E6810
RGB
CMYK
RGB Variations
Color information
#4E6810 (or 0x4E6810) is known color: Verdun Green. HEX triplet: 4E, 68 and 10. RGB value is (78,104,16). Sum of RGB (Red+Green+Blue) = 78+104+16=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6810 is #B197EF. Grayscale: #565656. Windows color (decimal): -11638768 or 1075278. OLE color: 1075278.
HSL color Cylindrical-coordinate representation of color #4E6810: hue angle of 77.73º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E6810 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 16 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.59 |
| HSL | 77.73º | 0.73% | 0.24% | - |
| HSV(B) | 77.73º | 0.85% | 0.41% | - |
| XYZ | 8.19 | 11.56 | 2.29 | - |
| YUV | 86.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 16 | 0.25 | 0 | 0.85 | 0.59 | 77.73 | 0.73 | 0.24 |
| Hex | 4E | 68 | 10 | 19 | 0 | 55 | 3B | 4E | 49 | 18 |
| Octal | 116 | 150 | 20 | 31 | 0 | 125 | 73 | 116 | 111 | 30 |
| Binary | 1001110 | 1101000 | 10000 | 11001 | 0 | 1010101 | 111011 | 1001110 | 1001001 | 11000 |
Color Harmonies of #4E6810
Complementary color
Monochromatic Colors of #4E6810
Black with #4E6810
Text Example
Text Example
White with #4E6810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6810; }
p { color: rgb(78,104,16); }
H1.HeaderClassName
{
color: #4E6810;
}
.AnyTagClassName
{
color: #4E6810;
}
</style>
background-color css
<style>
a { background-color: #4E6810; }
a { background-color: rgb(78,104,16); }
div.DivClassName
{
background-color: #4E6810;
}
.BgClassName
{
background-color: #4E6810;
}
</style>
border-color css
<style>
span { border-color: #4E6810; }
span { border-color: rgb(78,104,16); }
td.TdClassName
{
border-color: #4E6810;
}
.TagClassName
{
border-color: #4E6810;
}
</style>