Shades of Verdun Green #4C5002
Tints of Verdun Green #4C5002
RGB
CMYK
RGB Variations
Color information
#4C5002 (or 0x4C5002) is known color: Verdun Green. HEX triplet: 4C, 50 and 02. RGB value is (76,80,2). Sum of RGB (Red+Green+Blue) = 76+80+2=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5002 is #B3AFFD. Grayscale: #464646. Windows color (decimal): -11775998 or 151628. OLE color: 151628.
HSL color Cylindrical-coordinate representation of color #4C5002: hue angle of 63.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C5002 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 80 | 2 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.69 |
| HSL | 63.08º | 0.95% | 0.16% | - |
| HSV(B) | 63.08º | 0.98% | 0.31% | - |
| XYZ | 5.86 | 7.28 | 1.15 | - |
| YUV | 69.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 2 | 0.05 | 0 | 0.98 | 0.69 | 63.08 | 0.95 | 0.16 |
| Hex | 4C | 50 | 2 | 5 | 0 | 62 | 45 | 3F | 5F | 10 |
| Octal | 114 | 120 | 2 | 5 | 0 | 142 | 105 | 77 | 137 | 20 |
| Binary | 1001100 | 1010000 | 10 | 101 | 0 | 1100010 | 1000101 | 111111 | 1011111 | 10000 |
Color Harmonies of #4C5002
Complementary color
Monochromatic Colors of #4C5002
Black with #4C5002
Text Example
Text Example
White with #4C5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5002; }
p { color: rgb(76,80,2); }
H1.HeaderClassName
{
color: #4C5002;
}
.AnyTagClassName
{
color: #4C5002;
}
</style>
background-color css
<style>
a { background-color: #4C5002; }
a { background-color: rgb(76,80,2); }
div.DivClassName
{
background-color: #4C5002;
}
.BgClassName
{
background-color: #4C5002;
}
</style>
border-color css
<style>
span { border-color: #4C5002; }
span { border-color: rgb(76,80,2); }
td.TdClassName
{
border-color: #4C5002;
}
.TagClassName
{
border-color: #4C5002;
}
</style>