Shades of Verdun Green #4E660D
Tints of Verdun Green #4E660D
RGB
CMYK
RGB Variations
Color information
#4E660D (or 0x4E660D) is known color: Verdun Green. HEX triplet: 4E, 66 and 0D. RGB value is (78,102,13). Sum of RGB (Red+Green+Blue) = 78+102+13=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #4E660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E660D is #B199F2. Grayscale: #555555. Windows color (decimal): -11639283 or 878158. OLE color: 878158.
HSL color Cylindrical-coordinate representation of color #4E660D: hue angle of 76.18º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E660D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 13 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.6 |
| HSL | 76.18º | 0.77% | 0.23% | - |
| HSV(B) | 76.18º | 0.87% | 0.4% | - |
| XYZ | 7.97 | 11.15 | 2.11 | - |
| YUV | 84.68 | 87.55 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 13 | 0.24 | 0 | 0.87 | 0.6 | 76.18 | 0.77 | 0.23 |
| Hex | 4E | 66 | D | 18 | 0 | 57 | 3C | 4C | 4D | 17 |
| Octal | 116 | 146 | 15 | 30 | 0 | 127 | 74 | 114 | 115 | 27 |
| Binary | 1001110 | 1100110 | 1101 | 11000 | 0 | 1010111 | 111100 | 1001100 | 1001101 | 10111 |
Color Harmonies of #4E660D
Complementary color
Monochromatic Colors of #4E660D
Black with #4E660D
Text Example
Text Example
White with #4E660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E660D; }
p { color: rgb(78,102,13); }
H1.HeaderClassName
{
color: #4E660D;
}
.AnyTagClassName
{
color: #4E660D;
}
</style>
background-color css
<style>
a { background-color: #4E660D; }
a { background-color: rgb(78,102,13); }
div.DivClassName
{
background-color: #4E660D;
}
.BgClassName
{
background-color: #4E660D;
}
</style>
border-color css
<style>
span { border-color: #4E660D; }
span { border-color: rgb(78,102,13); }
td.TdClassName
{
border-color: #4E660D;
}
.TagClassName
{
border-color: #4E660D;
}
</style>