Shades of Army green #4E5021
Tints of Army green #4E5021
RGB
CMYK
RGB Variations
Color information
#4E5021 (or 0x4E5021) is known color: Army green. HEX triplet: 4E, 50 and 21. RGB value is (78,80,33). Sum of RGB (Red+Green+Blue) = 78+80+33=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5021 is #B1AFDE. Grayscale: #4A4A4A. Windows color (decimal): -11644895 or 2183246. OLE color: 2183246.
HSL color Cylindrical-coordinate representation of color #4E5021: hue angle of 62.55º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E5021 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 80 | 33 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.69 |
| HSL | 62.55º | 0.42% | 0.22% | - |
| HSV(B) | 62.55º | 0.59% | 0.31% | - |
| XYZ | 6.29 | 7.47 | 2.55 | - |
| YUV | 74.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 33 | 0.02 | 0 | 0.59 | 0.69 | 62.55 | 0.42 | 0.22 |
| Hex | 4E | 50 | 21 | 2 | 0 | 3B | 45 | 3F | 2A | 16 |
| Octal | 116 | 120 | 41 | 2 | 0 | 73 | 105 | 77 | 52 | 26 |
| Binary | 1001110 | 1010000 | 100001 | 10 | 0 | 111011 | 1000101 | 111111 | 101010 | 10110 |
Color Harmonies of #4E5021
Complementary color
Monochromatic Colors of #4E5021
Black with #4E5021
Text Example
Text Example
White with #4E5021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5021; }
p { color: rgb(78,80,33); }
H1.HeaderClassName
{
color: #4E5021;
}
.AnyTagClassName
{
color: #4E5021;
}
</style>
background-color css
<style>
a { background-color: #4E5021; }
a { background-color: rgb(78,80,33); }
div.DivClassName
{
background-color: #4E5021;
}
.BgClassName
{
background-color: #4E5021;
}
</style>
border-color css
<style>
span { border-color: #4E5021; }
span { border-color: rgb(78,80,33); }
td.TdClassName
{
border-color: #4E5021;
}
.TagClassName
{
border-color: #4E5021;
}
</style>