Shades of Verdun Green #4C601A
Tints of Verdun Green #4C601A
RGB
CMYK
RGB Variations
Color information
#4C601A (or 0x4C601A) is known color: Verdun Green. HEX triplet: 4C, 60 and 1A. RGB value is (76,96,26). Sum of RGB (Red+Green+Blue) = 76+96+26=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #4C601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C601A is #B39FE5. Grayscale: #525252. Windows color (decimal): -11771878 or 1728588. OLE color: 1728588.
HSL color Cylindrical-coordinate representation of color #4C601A: hue angle of 77.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C601A is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 26 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.62 |
| HSL | 77.14º | 0.57% | 0.24% | - |
| HSV(B) | 77.14º | 0.73% | 0.38% | - |
| XYZ | 7.35 | 9.98 | 2.52 | - |
| YUV | 82.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 26 | 0.21 | 0 | 0.73 | 0.62 | 77.14 | 0.57 | 0.24 |
| Hex | 4C | 60 | 1A | 15 | 0 | 49 | 3E | 4D | 39 | 18 |
| Octal | 114 | 140 | 32 | 25 | 0 | 111 | 76 | 115 | 71 | 30 |
| Binary | 1001100 | 1100000 | 11010 | 10101 | 0 | 1001001 | 111110 | 1001101 | 111001 | 11000 |
Color Harmonies of #4C601A
Complementary color
Monochromatic Colors of #4C601A
Black with #4C601A
Text Example
Text Example
White with #4C601A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C601A; }
p { color: rgb(76,96,26); }
H1.HeaderClassName
{
color: #4C601A;
}
.AnyTagClassName
{
color: #4C601A;
}
</style>
background-color css
<style>
a { background-color: #4C601A; }
a { background-color: rgb(76,96,26); }
div.DivClassName
{
background-color: #4C601A;
}
.BgClassName
{
background-color: #4C601A;
}
</style>
border-color css
<style>
span { border-color: #4C601A; }
span { border-color: rgb(76,96,26); }
td.TdClassName
{
border-color: #4C601A;
}
.TagClassName
{
border-color: #4C601A;
}
</style>