Shades of Verdun Green #4A5611
Tints of Verdun Green #4A5611
RGB
CMYK
RGB Variations
Color information
#4A5611 (or 0x4A5611) is known color: Verdun Green. HEX triplet: 4A, 56 and 11. RGB value is (74,86,17). Sum of RGB (Red+Green+Blue) = 74+86+17=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5611 is #B5A9EE. Grayscale: #4A4A4A. Windows color (decimal): -11905519 or 1136202. OLE color: 1136202.
HSL color Cylindrical-coordinate representation of color #4A5611: hue angle of 70.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A5611 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 17 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.66 |
| HSL | 70.43º | 0.67% | 0.2% | - |
| HSV(B) | 70.43º | 0.8% | 0.34% | - |
| XYZ | 6.25 | 8.15 | 1.77 | - |
| YUV | 74.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 17 | 0.14 | 0 | 0.80 | 0.66 | 70.43 | 0.67 | 0.2 |
| Hex | 4A | 56 | 11 | E | 0 | 50 | 42 | 46 | 43 | 14 |
| Octal | 112 | 126 | 21 | 16 | 0 | 120 | 102 | 106 | 103 | 24 |
| Binary | 1001010 | 1010110 | 10001 | 1110 | 0 | 1010000 | 1000010 | 1000110 | 1000011 | 10100 |
Color Harmonies of #4A5611
Complementary color
Monochromatic Colors of #4A5611
Black with #4A5611
Text Example
Text Example
White with #4A5611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5611; }
p { color: rgb(74,86,17); }
H1.HeaderClassName
{
color: #4A5611;
}
.AnyTagClassName
{
color: #4A5611;
}
</style>
background-color css
<style>
a { background-color: #4A5611; }
a { background-color: rgb(74,86,17); }
div.DivClassName
{
background-color: #4A5611;
}
.BgClassName
{
background-color: #4A5611;
}
</style>
border-color css
<style>
span { border-color: #4A5611; }
span { border-color: rgb(74,86,17); }
td.TdClassName
{
border-color: #4A5611;
}
.TagClassName
{
border-color: #4A5611;
}
</style>