Shades of Verdun Green #4C5112
Tints of Verdun Green #4C5112
RGB
CMYK
RGB Variations
Color information
#4C5112 (or 0x4C5112) is known color: Verdun Green. HEX triplet: 4C, 51 and 12. RGB value is (76,81,18). Sum of RGB (Red+Green+Blue) = 76+81+18=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5112 is #B3AEED. Grayscale: #484848. Windows color (decimal): -11775726 or 1200460. OLE color: 1200460.
HSL color Cylindrical-coordinate representation of color #4C5112: hue angle of 64.76º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C5112 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 18 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.68 |
| HSL | 64.76º | 0.64% | 0.19% | - |
| HSV(B) | 64.76º | 0.78% | 0.32% | - |
| XYZ | 6.03 | 7.47 | 1.7 | - |
| YUV | 72.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 18 | 0.06 | 0 | 0.78 | 0.68 | 64.76 | 0.64 | 0.19 |
| Hex | 4C | 51 | 12 | 6 | 0 | 4E | 44 | 41 | 40 | 13 |
| Octal | 114 | 121 | 22 | 6 | 0 | 116 | 104 | 101 | 100 | 23 |
| Binary | 1001100 | 1010001 | 10010 | 110 | 0 | 1001110 | 1000100 | 1000001 | 1000000 | 10011 |
Color Harmonies of #4C5112
Complementary color
Monochromatic Colors of #4C5112
Black with #4C5112
Text Example
Text Example
White with #4C5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5112; }
p { color: rgb(76,81,18); }
H1.HeaderClassName
{
color: #4C5112;
}
.AnyTagClassName
{
color: #4C5112;
}
</style>
background-color css
<style>
a { background-color: #4C5112; }
a { background-color: rgb(76,81,18); }
div.DivClassName
{
background-color: #4C5112;
}
.BgClassName
{
background-color: #4C5112;
}
</style>
border-color css
<style>
span { border-color: #4C5112; }
span { border-color: rgb(76,81,18); }
td.TdClassName
{
border-color: #4C5112;
}
.TagClassName
{
border-color: #4C5112;
}
</style>