Shades of Army green #4E5124
Tints of Army green #4E5124
RGB
CMYK
RGB Variations
Color information
#4E5124 (or 0x4E5124) is known color: Army green. HEX triplet: 4E, 51 and 24. RGB value is (78,81,36). Sum of RGB (Red+Green+Blue) = 78+81+36=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #4E5124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5124 is #B1AEDB. Grayscale: #4B4B4B. Windows color (decimal): -11644636 or 2380110. OLE color: 2380110.
HSL color Cylindrical-coordinate representation of color #4E5124: hue angle of 64º 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 #4E5124 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 81 | 36 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.68 |
| HSL | 64º | 0.38% | 0.23% | - |
| HSV(B) | 64º | 0.56% | 0.32% | - |
| XYZ | 6.4 | 7.63 | 2.8 | - |
| YUV | 74.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 36 | 0.04 | 0 | 0.56 | 0.68 | 64 | 0.38 | 0.23 |
| Hex | 4E | 51 | 24 | 4 | 0 | 38 | 44 | 40 | 26 | 17 |
| Octal | 116 | 121 | 44 | 4 | 0 | 70 | 104 | 100 | 46 | 27 |
| Binary | 1001110 | 1010001 | 100100 | 100 | 0 | 111000 | 1000100 | 1000000 | 100110 | 10111 |
Color Harmonies of #4E5124
Complementary color
Monochromatic Colors of #4E5124
Black with #4E5124
Text Example
Text Example
White with #4E5124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5124; }
p { color: rgb(78,81,36); }
H1.HeaderClassName
{
color: #4E5124;
}
.AnyTagClassName
{
color: #4E5124;
}
</style>
background-color css
<style>
a { background-color: #4E5124; }
a { background-color: rgb(78,81,36); }
div.DivClassName
{
background-color: #4E5124;
}
.BgClassName
{
background-color: #4E5124;
}
</style>
border-color css
<style>
span { border-color: #4E5124; }
span { border-color: rgb(78,81,36); }
td.TdClassName
{
border-color: #4E5124;
}
.TagClassName
{
border-color: #4E5124;
}
</style>