Shades of Verdun Green #4C5902
Tints of Verdun Green #4C5902
RGB
CMYK
RGB Variations
Color information
#4C5902 (or 0x4C5902) is known color: Verdun Green. HEX triplet: 4C, 59 and 02. RGB value is (76,89,2). Sum of RGB (Red+Green+Blue) = 76+89+2=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5902 is #B3A6FD. Grayscale: #4B4B4B. Windows color (decimal): -11773694 or 153932. OLE color: 153932.
HSL color Cylindrical-coordinate representation of color #4C5902: hue angle of 68.97º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C5902 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 89 | 2 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.65 |
| HSL | 68.97º | 0.96% | 0.18% | - |
| HSV(B) | 68.97º | 0.98% | 0.35% | - |
| XYZ | 6.56 | 8.69 | 1.39 | - |
| YUV | 75.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 89 | 2 | 0.15 | 0 | 0.98 | 0.65 | 68.97 | 0.96 | 0.18 |
| Hex | 4C | 59 | 2 | F | 0 | 62 | 41 | 45 | 60 | 12 |
| Octal | 114 | 131 | 2 | 17 | 0 | 142 | 101 | 105 | 140 | 22 |
| Binary | 1001100 | 1011001 | 10 | 1111 | 0 | 1100010 | 1000001 | 1000101 | 1100000 | 10010 |
Color Harmonies of #4C5902
Complementary color
Monochromatic Colors of #4C5902
Black with #4C5902
Text Example
Text Example
White with #4C5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5902; }
p { color: rgb(76,89,2); }
H1.HeaderClassName
{
color: #4C5902;
}
.AnyTagClassName
{
color: #4C5902;
}
</style>
background-color css
<style>
a { background-color: #4C5902; }
a { background-color: rgb(76,89,2); }
div.DivClassName
{
background-color: #4C5902;
}
.BgClassName
{
background-color: #4C5902;
}
</style>
border-color css
<style>
span { border-color: #4C5902; }
span { border-color: rgb(76,89,2); }
td.TdClassName
{
border-color: #4C5902;
}
.TagClassName
{
border-color: #4C5902;
}
</style>