Shades of Verdun Green #4D5910
Tints of Verdun Green #4D5910
RGB
CMYK
RGB Variations
Color information
#4D5910 (or 0x4D5910) is known color: Verdun Green. HEX triplet: 4D, 59 and 10. RGB value is (77,89,16). Sum of RGB (Red+Green+Blue) = 77+89+16=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5910 is #B2A6EF. Grayscale: #4D4D4D. Windows color (decimal): -11708144 or 1071437. OLE color: 1071437.
HSL color Cylindrical-coordinate representation of color #4D5910: hue angle of 69.86º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D5910 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 16 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.65 |
| HSL | 69.86º | 0.7% | 0.21% | - |
| HSV(B) | 69.86º | 0.82% | 0.35% | - |
| XYZ | 6.73 | 8.76 | 1.83 | - |
| YUV | 77.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 16 | 0.13 | 0 | 0.82 | 0.65 | 69.86 | 0.7 | 0.21 |
| Hex | 4D | 59 | 10 | D | 0 | 52 | 41 | 46 | 46 | 15 |
| Octal | 115 | 131 | 20 | 15 | 0 | 122 | 101 | 106 | 106 | 25 |
| Binary | 1001101 | 1011001 | 10000 | 1101 | 0 | 1010010 | 1000001 | 1000110 | 1000110 | 10101 |
Color Harmonies of #4D5910
Complementary color
Monochromatic Colors of #4D5910
Black with #4D5910
Text Example
Text Example
White with #4D5910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5910; }
p { color: rgb(77,89,16); }
H1.HeaderClassName
{
color: #4D5910;
}
.AnyTagClassName
{
color: #4D5910;
}
</style>
background-color css
<style>
a { background-color: #4D5910; }
a { background-color: rgb(77,89,16); }
div.DivClassName
{
background-color: #4D5910;
}
.BgClassName
{
background-color: #4D5910;
}
</style>
border-color css
<style>
span { border-color: #4D5910; }
span { border-color: rgb(77,89,16); }
td.TdClassName
{
border-color: #4D5910;
}
.TagClassName
{
border-color: #4D5910;
}
</style>