Shades of Verdun Green #4D5816
Tints of Verdun Green #4D5816
RGB
CMYK
RGB Variations
Color information
#4D5816 (or 0x4D5816) is known color: Verdun Green. HEX triplet: 4D, 58 and 16. RGB value is (77,88,22). Sum of RGB (Red+Green+Blue) = 77+88+22=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5816 is #B2A7E9. Grayscale: #4D4D4D. Windows color (decimal): -11708394 or 1464397. OLE color: 1464397.
HSL color Cylindrical-coordinate representation of color #4D5816: hue angle of 70º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D5816 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 22 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.65 |
| HSL | 70º | 0.6% | 0.22% | - |
| HSV(B) | 70º | 0.75% | 0.35% | - |
| XYZ | 6.7 | 8.62 | 2.07 | - |
| YUV | 77.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 22 | 0.12 | 0 | 0.75 | 0.65 | 70 | 0.6 | 0.22 |
| Hex | 4D | 58 | 16 | C | 0 | 4B | 41 | 46 | 3C | 16 |
| Octal | 115 | 130 | 26 | 14 | 0 | 113 | 101 | 106 | 74 | 26 |
| Binary | 1001101 | 1011000 | 10110 | 1100 | 0 | 1001011 | 1000001 | 1000110 | 111100 | 10110 |
Color Harmonies of #4D5816
Complementary color
Monochromatic Colors of #4D5816
Black with #4D5816
Text Example
Text Example
White with #4D5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5816; }
p { color: rgb(77,88,22); }
H1.HeaderClassName
{
color: #4D5816;
}
.AnyTagClassName
{
color: #4D5816;
}
</style>
background-color css
<style>
a { background-color: #4D5816; }
a { background-color: rgb(77,88,22); }
div.DivClassName
{
background-color: #4D5816;
}
.BgClassName
{
background-color: #4D5816;
}
</style>
border-color css
<style>
span { border-color: #4D5816; }
span { border-color: rgb(77,88,22); }
td.TdClassName
{
border-color: #4D5816;
}
.TagClassName
{
border-color: #4D5816;
}
</style>