Shades of Verdun Green #4A5E20
Tints of Verdun Green #4A5E20
RGB
CMYK
RGB Variations
Color information
#4A5E20 (or 0x4A5E20) is known color: Verdun Green. HEX triplet: 4A, 5E and 20. RGB value is (74,94,32). Sum of RGB (Red+Green+Blue) = 74+94+32=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 94 (37.11% from 255 or 47% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 94 - color contains mainly: green. Hex color #4A5E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5E20 is #B5A1DF. Grayscale: #515151. Windows color (decimal): -11903456 or 2121290. OLE color: 2121290.
HSL color Cylindrical-coordinate representation of color #4A5E20: hue angle of 79.35º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A5E20 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 94 | 32 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.63 |
| HSL | 79.35º | 0.49% | 0.25% | - |
| HSV(B) | 79.35º | 0.66% | 0.37% | - |
| XYZ | 7.09 | 9.57 | 2.84 | - |
| YUV | 80.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 94 | 32 | 0.21 | 0 | 0.66 | 0.63 | 79.35 | 0.49 | 0.25 |
| Hex | 4A | 5E | 20 | 15 | 0 | 42 | 3F | 4F | 31 | 19 |
| Octal | 112 | 136 | 40 | 25 | 0 | 102 | 77 | 117 | 61 | 31 |
| Binary | 1001010 | 1011110 | 100000 | 10101 | 0 | 1000010 | 111111 | 1001111 | 110001 | 11001 |
Color Harmonies of #4A5E20
Complementary color
Monochromatic Colors of #4A5E20
Black with #4A5E20
Text Example
Text Example
White with #4A5E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5E20; }
p { color: rgb(74,94,32); }
H1.HeaderClassName
{
color: #4A5E20;
}
.AnyTagClassName
{
color: #4A5E20;
}
</style>
background-color css
<style>
a { background-color: #4A5E20; }
a { background-color: rgb(74,94,32); }
div.DivClassName
{
background-color: #4A5E20;
}
.BgClassName
{
background-color: #4A5E20;
}
</style>
border-color css
<style>
span { border-color: #4A5E20; }
span { border-color: rgb(74,94,32); }
td.TdClassName
{
border-color: #4A5E20;
}
.TagClassName
{
border-color: #4A5E20;
}
</style>