Shades of Verdun Green #4E5810
Tints of Verdun Green #4E5810
RGB
CMYK
RGB Variations
Color information
#4E5810 (or 0x4E5810) is known color: Verdun Green. HEX triplet: 4E, 58 and 10. RGB value is (78,88,16). Sum of RGB (Red+Green+Blue) = 78+88+16=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5810 is #B1A7EF. Grayscale: #4D4D4D. Windows color (decimal): -11642864 or 1071182. OLE color: 1071182.
HSL color Cylindrical-coordinate representation of color #4E5810: hue angle of 68.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E5810 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 16 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.65 |
| HSL | 68.33º | 0.69% | 0.2% | - |
| HSV(B) | 68.33º | 0.82% | 0.35% | - |
| XYZ | 6.73 | 8.64 | 1.8 | - |
| YUV | 76.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 16 | 0.11 | 0 | 0.82 | 0.65 | 68.33 | 0.69 | 0.2 |
| Hex | 4E | 58 | 10 | B | 0 | 52 | 41 | 44 | 45 | 14 |
| Octal | 116 | 130 | 20 | 13 | 0 | 122 | 101 | 104 | 105 | 24 |
| Binary | 1001110 | 1011000 | 10000 | 1011 | 0 | 1010010 | 1000001 | 1000100 | 1000101 | 10100 |
Color Harmonies of #4E5810
Complementary color
Monochromatic Colors of #4E5810
Black with #4E5810
Text Example
Text Example
White with #4E5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5810; }
p { color: rgb(78,88,16); }
H1.HeaderClassName
{
color: #4E5810;
}
.AnyTagClassName
{
color: #4E5810;
}
</style>
background-color css
<style>
a { background-color: #4E5810; }
a { background-color: rgb(78,88,16); }
div.DivClassName
{
background-color: #4E5810;
}
.BgClassName
{
background-color: #4E5810;
}
</style>
border-color css
<style>
span { border-color: #4E5810; }
span { border-color: rgb(78,88,16); }
td.TdClassName
{
border-color: #4E5810;
}
.TagClassName
{
border-color: #4E5810;
}
</style>