Shades of Army green #4A5124
Tints of Army green #4A5124
RGB
CMYK
RGB Variations
Color information
#4A5124 (or 0x4A5124) is known color: Army green. HEX triplet: 4A, 51 and 24. RGB value is (74,81,36). Sum of RGB (Red+Green+Blue) = 74+81+36=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #4A5124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5124 is #B5AEDB. Grayscale: #494949. Windows color (decimal): -11906780 or 2380106. OLE color: 2380106.
HSL color Cylindrical-coordinate representation of color #4A5124: hue angle of 69.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A5124 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 81 | 36 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.68 |
| HSL | 69.33º | 0.38% | 0.23% | - |
| HSV(B) | 69.33º | 0.56% | 0.32% | - |
| XYZ | 6.08 | 7.47 | 2.79 | - |
| YUV | 73.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 36 | 0.09 | 0 | 0.56 | 0.68 | 69.33 | 0.38 | 0.23 |
| Hex | 4A | 51 | 24 | 9 | 0 | 38 | 44 | 45 | 26 | 17 |
| Octal | 112 | 121 | 44 | 11 | 0 | 70 | 104 | 105 | 46 | 27 |
| Binary | 1001010 | 1010001 | 100100 | 1001 | 0 | 111000 | 1000100 | 1000101 | 100110 | 10111 |
Color Harmonies of #4A5124
Complementary color
Monochromatic Colors of #4A5124
Black with #4A5124
Text Example
Text Example
White with #4A5124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5124; }
p { color: rgb(74,81,36); }
H1.HeaderClassName
{
color: #4A5124;
}
.AnyTagClassName
{
color: #4A5124;
}
</style>
background-color css
<style>
a { background-color: #4A5124; }
a { background-color: rgb(74,81,36); }
div.DivClassName
{
background-color: #4A5124;
}
.BgClassName
{
background-color: #4A5124;
}
</style>
border-color css
<style>
span { border-color: #4A5124; }
span { border-color: rgb(74,81,36); }
td.TdClassName
{
border-color: #4A5124;
}
.TagClassName
{
border-color: #4A5124;
}
</style>