Shades of Verdun Green #4C5915
Tints of Verdun Green #4C5915
RGB
CMYK
RGB Variations
Color information
#4C5915 (or 0x4C5915) is known color: Verdun Green. HEX triplet: 4C, 59 and 15. RGB value is (76,89,21). Sum of RGB (Red+Green+Blue) = 76+89+21=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5915 is #B3A6EA. Grayscale: #4D4D4D. Windows color (decimal): -11773675 or 1399116. OLE color: 1399116.
HSL color Cylindrical-coordinate representation of color #4C5915: hue angle of 71.47º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C5915 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 89 | 21 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.65 |
| HSL | 71.47º | 0.62% | 0.22% | - |
| HSV(B) | 71.47º | 0.76% | 0.35% | - |
| XYZ | 6.69 | 8.74 | 2.04 | - |
| YUV | 77.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 89 | 21 | 0.15 | 0 | 0.76 | 0.65 | 71.47 | 0.62 | 0.22 |
| Hex | 4C | 59 | 15 | F | 0 | 4C | 41 | 47 | 3E | 16 |
| Octal | 114 | 131 | 25 | 17 | 0 | 114 | 101 | 107 | 76 | 26 |
| Binary | 1001100 | 1011001 | 10101 | 1111 | 0 | 1001100 | 1000001 | 1000111 | 111110 | 10110 |
Color Harmonies of #4C5915
Complementary color
Monochromatic Colors of #4C5915
Black with #4C5915
Text Example
Text Example
White with #4C5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5915; }
p { color: rgb(76,89,21); }
H1.HeaderClassName
{
color: #4C5915;
}
.AnyTagClassName
{
color: #4C5915;
}
</style>
background-color css
<style>
a { background-color: #4C5915; }
a { background-color: rgb(76,89,21); }
div.DivClassName
{
background-color: #4C5915;
}
.BgClassName
{
background-color: #4C5915;
}
</style>
border-color css
<style>
span { border-color: #4C5915; }
span { border-color: rgb(76,89,21); }
td.TdClassName
{
border-color: #4C5915;
}
.TagClassName
{
border-color: #4C5915;
}
</style>