Shades of Verdun Green #4A5914
Tints of Verdun Green #4A5914
RGB
CMYK
RGB Variations
Color information
#4A5914 (or 0x4A5914) is known color: Verdun Green. HEX triplet: 4A, 59 and 14. RGB value is (74,89,20). Sum of RGB (Red+Green+Blue) = 74+89+20=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5914 is #B5A6EB. Grayscale: #4C4C4C. Windows color (decimal): -11904748 or 1333578. OLE color: 1333578.
HSL color Cylindrical-coordinate representation of color #4A5914: hue angle of 73.04º degrees, saturation: 0.63, 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 #4A5914 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 20 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.65 |
| HSL | 73.04º | 0.63% | 0.21% | - |
| HSV(B) | 73.04º | 0.78% | 0.35% | - |
| XYZ | 6.52 | 8.65 | 1.99 | - |
| YUV | 76.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 20 | 0.17 | 0 | 0.78 | 0.65 | 73.04 | 0.63 | 0.21 |
| Hex | 4A | 59 | 14 | 11 | 0 | 4E | 41 | 49 | 3F | 15 |
| Octal | 112 | 131 | 24 | 21 | 0 | 116 | 101 | 111 | 77 | 25 |
| Binary | 1001010 | 1011001 | 10100 | 10001 | 0 | 1001110 | 1000001 | 1001001 | 111111 | 10101 |
Color Harmonies of #4A5914
Complementary color
Monochromatic Colors of #4A5914
Black with #4A5914
Text Example
Text Example
White with #4A5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5914; }
p { color: rgb(74,89,20); }
H1.HeaderClassName
{
color: #4A5914;
}
.AnyTagClassName
{
color: #4A5914;
}
</style>
background-color css
<style>
a { background-color: #4A5914; }
a { background-color: rgb(74,89,20); }
div.DivClassName
{
background-color: #4A5914;
}
.BgClassName
{
background-color: #4A5914;
}
</style>
border-color css
<style>
span { border-color: #4A5914; }
span { border-color: rgb(74,89,20); }
td.TdClassName
{
border-color: #4A5914;
}
.TagClassName
{
border-color: #4A5914;
}
</style>