Shades of Verdun Green #4C5106
Tints of Verdun Green #4C5106
RGB
CMYK
RGB Variations
Color information
#4C5106 (or 0x4C5106) is known color: Verdun Green. HEX triplet: 4C, 51 and 06. RGB value is (76,81,6). Sum of RGB (Red+Green+Blue) = 76+81+6=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5106 is #B3AEF9. Grayscale: #474747. Windows color (decimal): -11775738 or 414028. OLE color: 414028.
HSL color Cylindrical-coordinate representation of color #4C5106: hue angle of 64º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C5106 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 6 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.68 |
| HSL | 64º | 0.86% | 0.17% | - |
| HSV(B) | 64º | 0.93% | 0.32% | - |
| XYZ | 5.96 | 7.43 | 1.29 | - |
| YUV | 70.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 6 | 0.06 | 0 | 0.93 | 0.68 | 64 | 0.86 | 0.17 |
| Hex | 4C | 51 | 6 | 6 | 0 | 5D | 44 | 40 | 56 | 11 |
| Octal | 114 | 121 | 6 | 6 | 0 | 135 | 104 | 100 | 126 | 21 |
| Binary | 1001100 | 1010001 | 110 | 110 | 0 | 1011101 | 1000100 | 1000000 | 1010110 | 10001 |
Color Harmonies of #4C5106
Complementary color
Monochromatic Colors of #4C5106
Black with #4C5106
Text Example
Text Example
White with #4C5106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5106; }
p { color: rgb(76,81,6); }
H1.HeaderClassName
{
color: #4C5106;
}
.AnyTagClassName
{
color: #4C5106;
}
</style>
background-color css
<style>
a { background-color: #4C5106; }
a { background-color: rgb(76,81,6); }
div.DivClassName
{
background-color: #4C5106;
}
.BgClassName
{
background-color: #4C5106;
}
</style>
border-color css
<style>
span { border-color: #4C5106; }
span { border-color: rgb(76,81,6); }
td.TdClassName
{
border-color: #4C5106;
}
.TagClassName
{
border-color: #4C5106;
}
</style>