Shades of Verdun Green #4C7000
Tints of Verdun Green #4C7000
RGB
CMYK
RGB Variations
Color information
#4C7000 (or 0x4C7000) is known color: Verdun Green. HEX triplet: 4C, 70 and 00. RGB value is (76,112,0). Sum of RGB (Red+Green+Blue) = 76+112+0=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7000 is #B38FFF. Grayscale: #585858. Windows color (decimal): -11767808 or 28748. OLE color: 28748.
HSL color Cylindrical-coordinate representation of color #4C7000: hue angle of 79.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C7000 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.56 |
| HSL | 79.29º | 1% | 0.22% | - |
| HSV(B) | 79.29º | 1% | 0.44% | - |
| XYZ | 8.77 | 13.12 | 2.07 | - |
| YUV | 88.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 0 | 0.32 | 0 | 1 | 0.56 | 79.29 | 1 | 0.22 |
| Hex | 4C | 70 | 0 | 20 | 0 | 64 | 38 | 4F | 64 | 16 |
| Octal | 114 | 160 | 0 | 40 | 0 | 144 | 70 | 117 | 144 | 26 |
| Binary | 1001100 | 1110000 | 0 | 100000 | 0 | 1100100 | 111000 | 1001111 | 1100100 | 10110 |
Color Harmonies of #4C7000
Complementary color
Monochromatic Colors of #4C7000
Black with #4C7000
Text Example
Text Example
White with #4C7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7000; }
p { color: rgb(76,112,0); }
H1.HeaderClassName
{
color: #4C7000;
}
.AnyTagClassName
{
color: #4C7000;
}
</style>
background-color css
<style>
a { background-color: #4C7000; }
a { background-color: rgb(76,112,0); }
div.DivClassName
{
background-color: #4C7000;
}
.BgClassName
{
background-color: #4C7000;
}
</style>
border-color css
<style>
span { border-color: #4C7000; }
span { border-color: rgb(76,112,0); }
td.TdClassName
{
border-color: #4C7000;
}
.TagClassName
{
border-color: #4C7000;
}
</style>