Shades of Verdun Green #4D5917
Tints of Verdun Green #4D5917
RGB
CMYK
RGB Variations
Color information
#4D5917 (or 0x4D5917) is known color: Verdun Green. HEX triplet: 4D, 59 and 17. RGB value is (77,89,23). Sum of RGB (Red+Green+Blue) = 77+89+23=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5917 is #B2A6E8. Grayscale: #4E4E4E. Windows color (decimal): -11708137 or 1530189. OLE color: 1530189.
HSL color Cylindrical-coordinate representation of color #4D5917: hue angle of 70.91º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D5917 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 23 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.65 |
| HSL | 70.91º | 0.59% | 0.22% | - |
| HSV(B) | 70.91º | 0.74% | 0.35% | - |
| XYZ | 6.79 | 8.78 | 2.15 | - |
| YUV | 77.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 23 | 0.13 | 0 | 0.74 | 0.65 | 70.91 | 0.59 | 0.22 |
| Hex | 4D | 59 | 17 | D | 0 | 4A | 41 | 47 | 3B | 16 |
| Octal | 115 | 131 | 27 | 15 | 0 | 112 | 101 | 107 | 73 | 26 |
| Binary | 1001101 | 1011001 | 10111 | 1101 | 0 | 1001010 | 1000001 | 1000111 | 111011 | 10110 |
Color Harmonies of #4D5917
Complementary color
Monochromatic Colors of #4D5917
Black with #4D5917
Text Example
Text Example
White with #4D5917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5917; }
p { color: rgb(77,89,23); }
H1.HeaderClassName
{
color: #4D5917;
}
.AnyTagClassName
{
color: #4D5917;
}
</style>
background-color css
<style>
a { background-color: #4D5917; }
a { background-color: rgb(77,89,23); }
div.DivClassName
{
background-color: #4D5917;
}
.BgClassName
{
background-color: #4D5917;
}
</style>
border-color css
<style>
span { border-color: #4D5917; }
span { border-color: rgb(77,89,23); }
td.TdClassName
{
border-color: #4D5917;
}
.TagClassName
{
border-color: #4D5917;
}
</style>