Shades of Verdun Green #4D6211
Tints of Verdun Green #4D6211
RGB
CMYK
RGB Variations
Color information
#4D6211 (or 0x4D6211) is known color: Verdun Green. HEX triplet: 4D, 62 and 11. RGB value is (77,98,17). Sum of RGB (Red+Green+Blue) = 77+98+17=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6211 is #B29DEE. Grayscale: #525252. Windows color (decimal): -11705839 or 1139277. OLE color: 1139277.
HSL color Cylindrical-coordinate representation of color #4D6211: hue angle of 75.56º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D6211 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 17 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.62 |
| HSL | 75.56º | 0.7% | 0.23% | - |
| HSV(B) | 75.56º | 0.83% | 0.38% | - |
| XYZ | 7.53 | 10.35 | 2.13 | - |
| YUV | 82.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 17 | 0.21 | 0 | 0.83 | 0.62 | 75.56 | 0.7 | 0.23 |
| Hex | 4D | 62 | 11 | 15 | 0 | 53 | 3E | 4C | 46 | 17 |
| Octal | 115 | 142 | 21 | 25 | 0 | 123 | 76 | 114 | 106 | 27 |
| Binary | 1001101 | 1100010 | 10001 | 10101 | 0 | 1010011 | 111110 | 1001100 | 1000110 | 10111 |
Color Harmonies of #4D6211
Complementary color
Monochromatic Colors of #4D6211
Black with #4D6211
Text Example
Text Example
White with #4D6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6211; }
p { color: rgb(77,98,17); }
H1.HeaderClassName
{
color: #4D6211;
}
.AnyTagClassName
{
color: #4D6211;
}
</style>
background-color css
<style>
a { background-color: #4D6211; }
a { background-color: rgb(77,98,17); }
div.DivClassName
{
background-color: #4D6211;
}
.BgClassName
{
background-color: #4D6211;
}
</style>
border-color css
<style>
span { border-color: #4D6211; }
span { border-color: rgb(77,98,17); }
td.TdClassName
{
border-color: #4D6211;
}
.TagClassName
{
border-color: #4D6211;
}
</style>