Shades of Verdun Green #4C5A16
Tints of Verdun Green #4C5A16
RGB
CMYK
RGB Variations
Color information
#4C5A16 (or 0x4C5A16) is known color: Verdun Green. HEX triplet: 4C, 5A and 16. RGB value is (76,90,22). Sum of RGB (Red+Green+Blue) = 76+90+22=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5A16 is #B3A5E9. Grayscale: #4E4E4E. Windows color (decimal): -11773418 or 1464908. OLE color: 1464908.
HSL color Cylindrical-coordinate representation of color #4C5A16: hue angle of 72.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C5A16 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 22 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.65 |
| HSL | 72.35º | 0.61% | 0.22% | - |
| HSV(B) | 72.35º | 0.76% | 0.35% | - |
| XYZ | 6.78 | 8.91 | 2.12 | - |
| YUV | 78.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 22 | 0.16 | 0 | 0.76 | 0.65 | 72.35 | 0.61 | 0.22 |
| Hex | 4C | 5A | 16 | 10 | 0 | 4C | 41 | 48 | 3D | 16 |
| Octal | 114 | 132 | 26 | 20 | 0 | 114 | 101 | 110 | 75 | 26 |
| Binary | 1001100 | 1011010 | 10110 | 10000 | 0 | 1001100 | 1000001 | 1001000 | 111101 | 10110 |
Color Harmonies of #4C5A16
Complementary color
Monochromatic Colors of #4C5A16
Black with #4C5A16
Text Example
Text Example
White with #4C5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A16; }
p { color: rgb(76,90,22); }
H1.HeaderClassName
{
color: #4C5A16;
}
.AnyTagClassName
{
color: #4C5A16;
}
</style>
background-color css
<style>
a { background-color: #4C5A16; }
a { background-color: rgb(76,90,22); }
div.DivClassName
{
background-color: #4C5A16;
}
.BgClassName
{
background-color: #4C5A16;
}
</style>
border-color css
<style>
span { border-color: #4C5A16; }
span { border-color: rgb(76,90,22); }
td.TdClassName
{
border-color: #4C5A16;
}
.TagClassName
{
border-color: #4C5A16;
}
</style>