Shades of Verdun Green #4E660F
Tints of Verdun Green #4E660F
RGB
CMYK
RGB Variations
Color information
#4E660F (or 0x4E660F) is known color: Verdun Green. HEX triplet: 4E, 66 and 0F. RGB value is (78,102,15). Sum of RGB (Red+Green+Blue) = 78+102+15=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #4E660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E660F is #B199F0. Grayscale: #555555. Windows color (decimal): -11639281 or 1009230. OLE color: 1009230.
HSL color Cylindrical-coordinate representation of color #4E660F: hue angle of 76.55º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E660F is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 15 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.6 |
| HSL | 76.55º | 0.74% | 0.23% | - |
| HSV(B) | 76.55º | 0.85% | 0.4% | - |
| XYZ | 7.98 | 11.16 | 2.18 | - |
| YUV | 84.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 15 | 0.24 | 0 | 0.85 | 0.6 | 76.55 | 0.74 | 0.23 |
| Hex | 4E | 66 | F | 18 | 0 | 55 | 3C | 4D | 4A | 17 |
| Octal | 116 | 146 | 17 | 30 | 0 | 125 | 74 | 115 | 112 | 27 |
| Binary | 1001110 | 1100110 | 1111 | 11000 | 0 | 1010101 | 111100 | 1001101 | 1001010 | 10111 |
Color Harmonies of #4E660F
Complementary color
Monochromatic Colors of #4E660F
Black with #4E660F
Text Example
Text Example
White with #4E660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E660F; }
p { color: rgb(78,102,15); }
H1.HeaderClassName
{
color: #4E660F;
}
.AnyTagClassName
{
color: #4E660F;
}
</style>
background-color css
<style>
a { background-color: #4E660F; }
a { background-color: rgb(78,102,15); }
div.DivClassName
{
background-color: #4E660F;
}
.BgClassName
{
background-color: #4E660F;
}
</style>
border-color css
<style>
span { border-color: #4E660F; }
span { border-color: rgb(78,102,15); }
td.TdClassName
{
border-color: #4E660F;
}
.TagClassName
{
border-color: #4E660F;
}
</style>