Shades of Verdun Green #4C5013
Tints of Verdun Green #4C5013
RGB
CMYK
RGB Variations
Color information
#4C5013 (or 0x4C5013) is known color: Verdun Green. HEX triplet: 4C, 50 and 13. RGB value is (76,80,19). Sum of RGB (Red+Green+Blue) = 76+80+19=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5013 is #B3AFEC. Grayscale: #484848. Windows color (decimal): -11775981 or 1265740. OLE color: 1265740.
HSL color Cylindrical-coordinate representation of color #4C5013: hue angle of 63.93º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C5013 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 80 | 19 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.69 |
| HSL | 63.93º | 0.62% | 0.19% | - |
| HSV(B) | 63.93º | 0.76% | 0.31% | - |
| XYZ | 5.97 | 7.32 | 1.71 | - |
| YUV | 71.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 19 | 0.05 | 0 | 0.76 | 0.69 | 63.93 | 0.62 | 0.19 |
| Hex | 4C | 50 | 13 | 5 | 0 | 4C | 45 | 40 | 3E | 13 |
| Octal | 114 | 120 | 23 | 5 | 0 | 114 | 105 | 100 | 76 | 23 |
| Binary | 1001100 | 1010000 | 10011 | 101 | 0 | 1001100 | 1000101 | 1000000 | 111110 | 10011 |
Color Harmonies of #4C5013
Complementary color
Monochromatic Colors of #4C5013
Black with #4C5013
Text Example
Text Example
White with #4C5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5013; }
p { color: rgb(76,80,19); }
H1.HeaderClassName
{
color: #4C5013;
}
.AnyTagClassName
{
color: #4C5013;
}
</style>
background-color css
<style>
a { background-color: #4C5013; }
a { background-color: rgb(76,80,19); }
div.DivClassName
{
background-color: #4C5013;
}
.BgClassName
{
background-color: #4C5013;
}
</style>
border-color css
<style>
span { border-color: #4C5013; }
span { border-color: rgb(76,80,19); }
td.TdClassName
{
border-color: #4C5013;
}
.TagClassName
{
border-color: #4C5013;
}
</style>