Shades of Verdun Green #4C6000
Tints of Verdun Green #4C6000
RGB
CMYK
RGB Variations
Color information
#4C6000 (or 0x4C6000) is known color: Verdun Green. HEX triplet: 4C, 60 and 00. RGB value is (76,96,0). Sum of RGB (Red+Green+Blue) = 76+96+0=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6000 is #B39FFF. Grayscale: #4F4F4F. Windows color (decimal): -11771904 or 24652. OLE color: 24652.
HSL color Cylindrical-coordinate representation of color #4C6000: hue angle of 72.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C6000 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.62 |
| HSL | 72.5º | 1% | 0.19% | - |
| HSV(B) | 72.5º | 1% | 0.38% | - |
| XYZ | 7.16 | 9.9 | 1.53 | - |
| YUV | 79.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 0 | 0.21 | 0 | 1 | 0.62 | 72.5 | 1 | 0.19 |
| Hex | 4C | 60 | 0 | 15 | 0 | 64 | 3E | 48 | 64 | 13 |
| Octal | 114 | 140 | 0 | 25 | 0 | 144 | 76 | 110 | 144 | 23 |
| Binary | 1001100 | 1100000 | 0 | 10101 | 0 | 1100100 | 111110 | 1001000 | 1100100 | 10011 |
Color Harmonies of #4C6000
Complementary color
Monochromatic Colors of #4C6000
Black with #4C6000
Text Example
Text Example
White with #4C6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6000; }
p { color: rgb(76,96,0); }
H1.HeaderClassName
{
color: #4C6000;
}
.AnyTagClassName
{
color: #4C6000;
}
</style>
background-color css
<style>
a { background-color: #4C6000; }
a { background-color: rgb(76,96,0); }
div.DivClassName
{
background-color: #4C6000;
}
.BgClassName
{
background-color: #4C6000;
}
</style>
border-color css
<style>
span { border-color: #4C6000; }
span { border-color: rgb(76,96,0); }
td.TdClassName
{
border-color: #4C6000;
}
.TagClassName
{
border-color: #4C6000;
}
</style>