Shades of Verdun Green #4C5113
Tints of Verdun Green #4C5113
RGB
CMYK
RGB Variations
Color information
#4C5113 (or 0x4C5113) is known color: Verdun Green. HEX triplet: 4C, 51 and 13. RGB value is (76,81,19). Sum of RGB (Red+Green+Blue) = 76+81+19=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5113 is #B3AEEC. Grayscale: #484848. Windows color (decimal): -11775725 or 1265996. OLE color: 1265996.
HSL color Cylindrical-coordinate representation of color #4C5113: hue angle of 64.84º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C5113 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 19 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.68 |
| HSL | 64.84º | 0.62% | 0.2% | - |
| HSV(B) | 64.84º | 0.77% | 0.32% | - |
| XYZ | 6.04 | 7.47 | 1.74 | - |
| YUV | 72.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 19 | 0.06 | 0 | 0.77 | 0.68 | 64.84 | 0.62 | 0.2 |
| Hex | 4C | 51 | 13 | 6 | 0 | 4D | 44 | 41 | 3E | 14 |
| Octal | 114 | 121 | 23 | 6 | 0 | 115 | 104 | 101 | 76 | 24 |
| Binary | 1001100 | 1010001 | 10011 | 110 | 0 | 1001101 | 1000100 | 1000001 | 111110 | 10100 |
Color Harmonies of #4C5113
Complementary color
Monochromatic Colors of #4C5113
Black with #4C5113
Text Example
Text Example
White with #4C5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5113; }
p { color: rgb(76,81,19); }
H1.HeaderClassName
{
color: #4C5113;
}
.AnyTagClassName
{
color: #4C5113;
}
</style>
background-color css
<style>
a { background-color: #4C5113; }
a { background-color: rgb(76,81,19); }
div.DivClassName
{
background-color: #4C5113;
}
.BgClassName
{
background-color: #4C5113;
}
</style>
border-color css
<style>
span { border-color: #4C5113; }
span { border-color: rgb(76,81,19); }
td.TdClassName
{
border-color: #4C5113;
}
.TagClassName
{
border-color: #4C5113;
}
</style>