Shades of Verdun Green #4C5913
Tints of Verdun Green #4C5913
RGB
CMYK
RGB Variations
Color information
#4C5913 (or 0x4C5913) is known color: Verdun Green. HEX triplet: 4C, 59 and 13. RGB value is (76,89,19). Sum of RGB (Red+Green+Blue) = 76+89+19=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5913 is #B3A6EC. Grayscale: #4D4D4D. Windows color (decimal): -11773677 or 1268044. OLE color: 1268044.
HSL color Cylindrical-coordinate representation of color #4C5913: hue angle of 71.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C5913 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 89 | 19 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.65 |
| HSL | 71.14º | 0.65% | 0.21% | - |
| HSV(B) | 71.14º | 0.79% | 0.35% | - |
| XYZ | 6.67 | 8.73 | 1.95 | - |
| YUV | 77.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 89 | 19 | 0.15 | 0 | 0.79 | 0.65 | 71.14 | 0.65 | 0.21 |
| Hex | 4C | 59 | 13 | F | 0 | 4F | 41 | 47 | 41 | 15 |
| Octal | 114 | 131 | 23 | 17 | 0 | 117 | 101 | 107 | 101 | 25 |
| Binary | 1001100 | 1011001 | 10011 | 1111 | 0 | 1001111 | 1000001 | 1000111 | 1000001 | 10101 |
Color Harmonies of #4C5913
Complementary color
Monochromatic Colors of #4C5913
Black with #4C5913
Text Example
Text Example
White with #4C5913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5913; }
p { color: rgb(76,89,19); }
H1.HeaderClassName
{
color: #4C5913;
}
.AnyTagClassName
{
color: #4C5913;
}
</style>
background-color css
<style>
a { background-color: #4C5913; }
a { background-color: rgb(76,89,19); }
div.DivClassName
{
background-color: #4C5913;
}
.BgClassName
{
background-color: #4C5913;
}
</style>
border-color css
<style>
span { border-color: #4C5913; }
span { border-color: rgb(76,89,19); }
td.TdClassName
{
border-color: #4C5913;
}
.TagClassName
{
border-color: #4C5913;
}
</style>