Shades of Verdun Green #4C5811
Tints of Verdun Green #4C5811
RGB
CMYK
RGB Variations
Color information
#4C5811 (or 0x4C5811) is known color: Verdun Green. HEX triplet: 4C, 58 and 11. RGB value is (76,88,17). Sum of RGB (Red+Green+Blue) = 76+88+17=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5811 is #B3A7EE. Grayscale: #4C4C4C. Windows color (decimal): -11773935 or 1136716. OLE color: 1136716.
HSL color Cylindrical-coordinate representation of color #4C5811: hue angle of 70.14º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C5811 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 17 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.65 |
| HSL | 70.14º | 0.68% | 0.21% | - |
| HSV(B) | 70.14º | 0.81% | 0.35% | - |
| XYZ | 6.57 | 8.56 | 1.84 | - |
| YUV | 76.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 17 | 0.14 | 0 | 0.81 | 0.65 | 70.14 | 0.68 | 0.21 |
| Hex | 4C | 58 | 11 | E | 0 | 51 | 41 | 46 | 44 | 15 |
| Octal | 114 | 130 | 21 | 16 | 0 | 121 | 101 | 106 | 104 | 25 |
| Binary | 1001100 | 1011000 | 10001 | 1110 | 0 | 1010001 | 1000001 | 1000110 | 1000100 | 10101 |
Color Harmonies of #4C5811
Complementary color
Monochromatic Colors of #4C5811
Black with #4C5811
Text Example
Text Example
White with #4C5811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5811; }
p { color: rgb(76,88,17); }
H1.HeaderClassName
{
color: #4C5811;
}
.AnyTagClassName
{
color: #4C5811;
}
</style>
background-color css
<style>
a { background-color: #4C5811; }
a { background-color: rgb(76,88,17); }
div.DivClassName
{
background-color: #4C5811;
}
.BgClassName
{
background-color: #4C5811;
}
</style>
border-color css
<style>
span { border-color: #4C5811; }
span { border-color: rgb(76,88,17); }
td.TdClassName
{
border-color: #4C5811;
}
.TagClassName
{
border-color: #4C5811;
}
</style>