Shades of Verdun Green #4C5000
Tints of Verdun Green #4C5000
RGB
CMYK
RGB Variations
Color information
#4C5000 (or 0x4C5000) is known color: Verdun Green. HEX triplet: 4C, 50 and 00. RGB value is (76,80,0). Sum of RGB (Red+Green+Blue) = 76+80+0=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5000 is #B3AFFF. Grayscale: #464646. Windows color (decimal): -11776000 or 20556. OLE color: 20556.
HSL color Cylindrical-coordinate representation of color #4C5000: hue angle of 63º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C5000 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 80 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.69 |
| HSL | 63º | 1% | 0.16% | - |
| HSV(B) | 63º | 1% | 0.31% | - |
| XYZ | 5.85 | 7.27 | 1.1 | - |
| YUV | 69.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 0 | 0.05 | 0 | 1 | 0.69 | 63 | 1 | 0.16 |
| Hex | 4C | 50 | 0 | 5 | 0 | 64 | 45 | 3F | 64 | 10 |
| Octal | 114 | 120 | 0 | 5 | 0 | 144 | 105 | 77 | 144 | 20 |
| Binary | 1001100 | 1010000 | 0 | 101 | 0 | 1100100 | 1000101 | 111111 | 1100100 | 10000 |
Color Harmonies of #4C5000
Complementary color
Monochromatic Colors of #4C5000
Black with #4C5000
Text Example
Text Example
White with #4C5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5000; }
p { color: rgb(76,80,0); }
H1.HeaderClassName
{
color: #4C5000;
}
.AnyTagClassName
{
color: #4C5000;
}
</style>
background-color css
<style>
a { background-color: #4C5000; }
a { background-color: rgb(76,80,0); }
div.DivClassName
{
background-color: #4C5000;
}
.BgClassName
{
background-color: #4C5000;
}
</style>
border-color css
<style>
span { border-color: #4C5000; }
span { border-color: rgb(76,80,0); }
td.TdClassName
{
border-color: #4C5000;
}
.TagClassName
{
border-color: #4C5000;
}
</style>