Shades of Verdun Green #4D5918
Tints of Verdun Green #4D5918
RGB
CMYK
RGB Variations
Color information
#4D5918 (or 0x4D5918) is known color: Verdun Green. HEX triplet: 4D, 59 and 18. RGB value is (77,89,24). Sum of RGB (Red+Green+Blue) = 77+89+24=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5918 is #B2A6E7. Grayscale: #4E4E4E. Windows color (decimal): -11708136 or 1595725. OLE color: 1595725.
HSL color Cylindrical-coordinate representation of color #4D5918: hue angle of 71.08º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D5918 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 24 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.65 |
| HSL | 71.08º | 0.58% | 0.22% | - |
| HSV(B) | 71.08º | 0.73% | 0.35% | - |
| XYZ | 6.8 | 8.79 | 2.2 | - |
| YUV | 78 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 24 | 0.13 | 0 | 0.73 | 0.65 | 71.08 | 0.58 | 0.22 |
| Hex | 4D | 59 | 18 | D | 0 | 49 | 41 | 47 | 3A | 16 |
| Octal | 115 | 131 | 30 | 15 | 0 | 111 | 101 | 107 | 72 | 26 |
| Binary | 1001101 | 1011001 | 11000 | 1101 | 0 | 1001001 | 1000001 | 1000111 | 111010 | 10110 |
Color Harmonies of #4D5918
Complementary color
Monochromatic Colors of #4D5918
Black with #4D5918
Text Example
Text Example
White with #4D5918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5918; }
p { color: rgb(77,89,24); }
H1.HeaderClassName
{
color: #4D5918;
}
.AnyTagClassName
{
color: #4D5918;
}
</style>
background-color css
<style>
a { background-color: #4D5918; }
a { background-color: rgb(77,89,24); }
div.DivClassName
{
background-color: #4D5918;
}
.BgClassName
{
background-color: #4D5918;
}
</style>
border-color css
<style>
span { border-color: #4D5918; }
span { border-color: rgb(77,89,24); }
td.TdClassName
{
border-color: #4D5918;
}
.TagClassName
{
border-color: #4D5918;
}
</style>