Shades of Verdun Green #4D6111
Tints of Verdun Green #4D6111
RGB
CMYK
RGB Variations
Color information
#4D6111 (or 0x4D6111) is known color: Verdun Green. HEX triplet: 4D, 61 and 11. RGB value is (77,97,17). Sum of RGB (Red+Green+Blue) = 77+97+17=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6111 is #B29EEE. Grayscale: #525252. Windows color (decimal): -11706095 or 1139021. OLE color: 1139021.
HSL color Cylindrical-coordinate representation of color #4D6111: hue angle of 75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D6111 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 17 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.62 |
| HSL | 75º | 0.7% | 0.22% | - |
| HSV(B) | 75º | 0.82% | 0.38% | - |
| XYZ | 7.44 | 10.17 | 2.1 | - |
| YUV | 81.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 17 | 0.21 | 0 | 0.82 | 0.62 | 75 | 0.7 | 0.22 |
| Hex | 4D | 61 | 11 | 15 | 0 | 52 | 3E | 4B | 46 | 16 |
| Octal | 115 | 141 | 21 | 25 | 0 | 122 | 76 | 113 | 106 | 26 |
| Binary | 1001101 | 1100001 | 10001 | 10101 | 0 | 1010010 | 111110 | 1001011 | 1000110 | 10110 |
Color Harmonies of #4D6111
Complementary color
Monochromatic Colors of #4D6111
Black with #4D6111
Text Example
Text Example
White with #4D6111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6111; }
p { color: rgb(77,97,17); }
H1.HeaderClassName
{
color: #4D6111;
}
.AnyTagClassName
{
color: #4D6111;
}
</style>
background-color css
<style>
a { background-color: #4D6111; }
a { background-color: rgb(77,97,17); }
div.DivClassName
{
background-color: #4D6111;
}
.BgClassName
{
background-color: #4D6111;
}
</style>
border-color css
<style>
span { border-color: #4D6111; }
span { border-color: rgb(77,97,17); }
td.TdClassName
{
border-color: #4D6111;
}
.TagClassName
{
border-color: #4D6111;
}
</style>