Shades of Army green #4A5620
Tints of Army green #4A5620
RGB
CMYK
RGB Variations
Color information
#4A5620 (or 0x4A5620) is known color: Army green. HEX triplet: 4A, 56 and 20. RGB value is (74,86,32). Sum of RGB (Red+Green+Blue) = 74+86+32=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5620 is #B5A9DF. Grayscale: #4C4C4C. Windows color (decimal): -11905504 or 2119242. OLE color: 2119242.
HSL color Cylindrical-coordinate representation of color #4A5620: hue angle of 73.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A5620 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 32 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.66 |
| HSL | 73.33º | 0.46% | 0.23% | - |
| HSV(B) | 73.33º | 0.63% | 0.34% | - |
| XYZ | 6.41 | 8.22 | 2.61 | - |
| YUV | 76.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 32 | 0.14 | 0 | 0.63 | 0.66 | 73.33 | 0.46 | 0.23 |
| Hex | 4A | 56 | 20 | E | 0 | 3F | 42 | 49 | 2E | 17 |
| Octal | 112 | 126 | 40 | 16 | 0 | 77 | 102 | 111 | 56 | 27 |
| Binary | 1001010 | 1010110 | 100000 | 1110 | 0 | 111111 | 1000010 | 1001001 | 101110 | 10111 |
Color Harmonies of #4A5620
Complementary color
Monochromatic Colors of #4A5620
Black with #4A5620
Text Example
Text Example
White with #4A5620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5620; }
p { color: rgb(74,86,32); }
H1.HeaderClassName
{
color: #4A5620;
}
.AnyTagClassName
{
color: #4A5620;
}
</style>
background-color css
<style>
a { background-color: #4A5620; }
a { background-color: rgb(74,86,32); }
div.DivClassName
{
background-color: #4A5620;
}
.BgClassName
{
background-color: #4A5620;
}
</style>
border-color css
<style>
span { border-color: #4A5620; }
span { border-color: rgb(74,86,32); }
td.TdClassName
{
border-color: #4A5620;
}
.TagClassName
{
border-color: #4A5620;
}
</style>