Shades of Army green #4C5424
Tints of Army green #4C5424
RGB
CMYK
RGB Variations
Color information
#4C5424 (or 0x4C5424) is known color: Army green. HEX triplet: 4C, 54 and 24. RGB value is (76,84,36). Sum of RGB (Red+Green+Blue) = 76+84+36=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5424 is #B3ABDB. Grayscale: #4C4C4C. Windows color (decimal): -11774940 or 2380876. OLE color: 2380876.
HSL color Cylindrical-coordinate representation of color #4C5424: hue angle of 70º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C5424 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 84 | 36 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.67 |
| HSL | 70º | 0.4% | 0.24% | - |
| HSV(B) | 70º | 0.57% | 0.33% | - |
| XYZ | 6.47 | 8 | 2.87 | - |
| YUV | 76.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 36 | 0.10 | 0 | 0.57 | 0.67 | 70 | 0.4 | 0.24 |
| Hex | 4C | 54 | 24 | A | 0 | 39 | 43 | 46 | 28 | 18 |
| Octal | 114 | 124 | 44 | 12 | 0 | 71 | 103 | 106 | 50 | 30 |
| Binary | 1001100 | 1010100 | 100100 | 1010 | 0 | 111001 | 1000011 | 1000110 | 101000 | 11000 |
Color Harmonies of #4C5424
Complementary color
Monochromatic Colors of #4C5424
Black with #4C5424
Text Example
Text Example
White with #4C5424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5424; }
p { color: rgb(76,84,36); }
H1.HeaderClassName
{
color: #4C5424;
}
.AnyTagClassName
{
color: #4C5424;
}
</style>
background-color css
<style>
a { background-color: #4C5424; }
a { background-color: rgb(76,84,36); }
div.DivClassName
{
background-color: #4C5424;
}
.BgClassName
{
background-color: #4C5424;
}
</style>
border-color css
<style>
span { border-color: #4C5424; }
span { border-color: rgb(76,84,36); }
td.TdClassName
{
border-color: #4C5424;
}
.TagClassName
{
border-color: #4C5424;
}
</style>