Shades of Verdun Green #4C5813
Tints of Verdun Green #4C5813
RGB
CMYK
RGB Variations
Color information
#4C5813 (or 0x4C5813) is known color: Verdun Green. HEX triplet: 4C, 58 and 13. RGB value is (76,88,19). Sum of RGB (Red+Green+Blue) = 76+88+19=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5813 is #B3A7EC. Grayscale: #4C4C4C. Windows color (decimal): -11773933 or 1267788. OLE color: 1267788.
HSL color Cylindrical-coordinate representation of color #4C5813: hue angle of 70.43º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C5813 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 19 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.65 |
| HSL | 70.43º | 0.64% | 0.21% | - |
| HSV(B) | 70.43º | 0.78% | 0.35% | - |
| XYZ | 6.59 | 8.56 | 1.92 | - |
| YUV | 76.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 19 | 0.14 | 0 | 0.78 | 0.65 | 70.43 | 0.64 | 0.21 |
| Hex | 4C | 58 | 13 | E | 0 | 4E | 41 | 46 | 40 | 15 |
| Octal | 114 | 130 | 23 | 16 | 0 | 116 | 101 | 106 | 100 | 25 |
| Binary | 1001100 | 1011000 | 10011 | 1110 | 0 | 1001110 | 1000001 | 1000110 | 1000000 | 10101 |
Color Harmonies of #4C5813
Complementary color
Monochromatic Colors of #4C5813
Black with #4C5813
Text Example
Text Example
White with #4C5813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5813; }
p { color: rgb(76,88,19); }
H1.HeaderClassName
{
color: #4C5813;
}
.AnyTagClassName
{
color: #4C5813;
}
</style>
background-color css
<style>
a { background-color: #4C5813; }
a { background-color: rgb(76,88,19); }
div.DivClassName
{
background-color: #4C5813;
}
.BgClassName
{
background-color: #4C5813;
}
</style>
border-color css
<style>
span { border-color: #4C5813; }
span { border-color: rgb(76,88,19); }
td.TdClassName
{
border-color: #4C5813;
}
.TagClassName
{
border-color: #4C5813;
}
</style>