Shades of Verdun Green #4D6116
Tints of Verdun Green #4D6116
RGB
CMYK
RGB Variations
Color information
#4D6116 (or 0x4D6116) is known color: Verdun Green. HEX triplet: 4D, 61 and 16. RGB value is (77,97,22). Sum of RGB (Red+Green+Blue) = 77+97+22=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6116 is #B29EE9. Grayscale: #525252. Windows color (decimal): -11706090 or 1466701. OLE color: 1466701.
HSL color Cylindrical-coordinate representation of color #4D6116: hue angle of 76º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D6116 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 22 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.62 |
| HSL | 76º | 0.63% | 0.23% | - |
| HSV(B) | 76º | 0.77% | 0.38% | - |
| XYZ | 7.48 | 10.19 | 2.33 | - |
| YUV | 82.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 22 | 0.21 | 0 | 0.77 | 0.62 | 76 | 0.63 | 0.23 |
| Hex | 4D | 61 | 16 | 15 | 0 | 4D | 3E | 4C | 3F | 17 |
| Octal | 115 | 141 | 26 | 25 | 0 | 115 | 76 | 114 | 77 | 27 |
| Binary | 1001101 | 1100001 | 10110 | 10101 | 0 | 1001101 | 111110 | 1001100 | 111111 | 10111 |
Color Harmonies of #4D6116
Complementary color
Monochromatic Colors of #4D6116
Black with #4D6116
Text Example
Text Example
White with #4D6116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6116; }
p { color: rgb(77,97,22); }
H1.HeaderClassName
{
color: #4D6116;
}
.AnyTagClassName
{
color: #4D6116;
}
</style>
background-color css
<style>
a { background-color: #4D6116; }
a { background-color: rgb(77,97,22); }
div.DivClassName
{
background-color: #4D6116;
}
.BgClassName
{
background-color: #4D6116;
}
</style>
border-color css
<style>
span { border-color: #4D6116; }
span { border-color: rgb(77,97,22); }
td.TdClassName
{
border-color: #4D6116;
}
.TagClassName
{
border-color: #4D6116;
}
</style>