Shades of Verdun Green #4C5F00
Tints of Verdun Green #4C5F00
RGB
CMYK
RGB Variations
Color information
#4C5F00 (or 0x4C5F00) is known color: Verdun Green. HEX triplet: 4C, 5F and 00. RGB value is (76,95,0). Sum of RGB (Red+Green+Blue) = 76+95+0=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 95 (37.5% from 255 or 55.56% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5F00 is #B3A0FF. Grayscale: #4E4E4E. Windows color (decimal): -11772160 or 24396. OLE color: 24396.
HSL color Cylindrical-coordinate representation of color #4C5F00: hue angle of 72º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C5F00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 95 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.63 |
| HSL | 72º | 1% | 0.19% | - |
| HSV(B) | 72º | 1% | 0.37% | - |
| XYZ | 7.07 | 9.72 | 1.5 | - |
| YUV | 78.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 0 | 0.20 | 0 | 1 | 0.63 | 72 | 1 | 0.19 |
| Hex | 4C | 5F | 0 | 14 | 0 | 64 | 3F | 48 | 64 | 13 |
| Octal | 114 | 137 | 0 | 24 | 0 | 144 | 77 | 110 | 144 | 23 |
| Binary | 1001100 | 1011111 | 0 | 10100 | 0 | 1100100 | 111111 | 1001000 | 1100100 | 10011 |
Color Harmonies of #4C5F00
Complementary color
Monochromatic Colors of #4C5F00
Black with #4C5F00
Text Example
Text Example
White with #4C5F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5F00; }
p { color: rgb(76,95,0); }
H1.HeaderClassName
{
color: #4C5F00;
}
.AnyTagClassName
{
color: #4C5F00;
}
</style>
background-color css
<style>
a { background-color: #4C5F00; }
a { background-color: rgb(76,95,0); }
div.DivClassName
{
background-color: #4C5F00;
}
.BgClassName
{
background-color: #4C5F00;
}
</style>
border-color css
<style>
span { border-color: #4C5F00; }
span { border-color: rgb(76,95,0); }
td.TdClassName
{
border-color: #4C5F00;
}
.TagClassName
{
border-color: #4C5F00;
}
</style>