Shades of Verdun Green #4E610E
Tints of Verdun Green #4E610E
RGB
CMYK
RGB Variations
Color information
#4E610E (or 0x4E610E) is known color: Verdun Green. HEX triplet: 4E, 61 and 0E. RGB value is (78,97,14). Sum of RGB (Red+Green+Blue) = 78+97+14=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #4E610E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E610E is #B19EF1. Grayscale: #525252. Windows color (decimal): -11640562 or 942414. OLE color: 942414.
HSL color Cylindrical-coordinate representation of color #4E610E: hue angle of 73.73º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E610E is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 14 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.62 |
| HSL | 73.73º | 0.75% | 0.22% | - |
| HSV(B) | 73.73º | 0.86% | 0.38% | - |
| XYZ | 7.5 | 10.2 | 1.99 | - |
| YUV | 81.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 14 | 0.20 | 0 | 0.86 | 0.62 | 73.73 | 0.75 | 0.22 |
| Hex | 4E | 61 | E | 14 | 0 | 56 | 3E | 4A | 4B | 16 |
| Octal | 116 | 141 | 16 | 24 | 0 | 126 | 76 | 112 | 113 | 26 |
| Binary | 1001110 | 1100001 | 1110 | 10100 | 0 | 1010110 | 111110 | 1001010 | 1001011 | 10110 |
Color Harmonies of #4E610E
Complementary color
Monochromatic Colors of #4E610E
Black with #4E610E
Text Example
Text Example
White with #4E610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E610E; }
p { color: rgb(78,97,14); }
H1.HeaderClassName
{
color: #4E610E;
}
.AnyTagClassName
{
color: #4E610E;
}
</style>
background-color css
<style>
a { background-color: #4E610E; }
a { background-color: rgb(78,97,14); }
div.DivClassName
{
background-color: #4E610E;
}
.BgClassName
{
background-color: #4E610E;
}
</style>
border-color css
<style>
span { border-color: #4E610E; }
span { border-color: rgb(78,97,14); }
td.TdClassName
{
border-color: #4E610E;
}
.TagClassName
{
border-color: #4E610E;
}
</style>