Shades of Army green #4E5220
Tints of Army green #4E5220
RGB
CMYK
RGB Variations
Color information
#4E5220 (or 0x4E5220) is known color: Army green. HEX triplet: 4E, 52 and 20. RGB value is (78,82,32). Sum of RGB (Red+Green+Blue) = 78+82+32=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #4E5220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5220 is #B1ADDF. Grayscale: #4B4B4B. Windows color (decimal): -11644384 or 2118222. OLE color: 2118222.
HSL color Cylindrical-coordinate representation of color #4E5220: hue angle of 64.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E5220 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 82 | 32 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.68 |
| HSL | 64.8º | 0.44% | 0.22% | - |
| HSV(B) | 64.8º | 0.61% | 0.32% | - |
| XYZ | 6.42 | 7.76 | 2.53 | - |
| YUV | 75.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 32 | 0.05 | 0 | 0.61 | 0.68 | 64.8 | 0.44 | 0.22 |
| Hex | 4E | 52 | 20 | 5 | 0 | 3D | 44 | 41 | 2C | 16 |
| Octal | 116 | 122 | 40 | 5 | 0 | 75 | 104 | 101 | 54 | 26 |
| Binary | 1001110 | 1010010 | 100000 | 101 | 0 | 111101 | 1000100 | 1000001 | 101100 | 10110 |
Color Harmonies of #4E5220
Complementary color
Monochromatic Colors of #4E5220
Black with #4E5220
Text Example
Text Example
White with #4E5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5220; }
p { color: rgb(78,82,32); }
H1.HeaderClassName
{
color: #4E5220;
}
.AnyTagClassName
{
color: #4E5220;
}
</style>
background-color css
<style>
a { background-color: #4E5220; }
a { background-color: rgb(78,82,32); }
div.DivClassName
{
background-color: #4E5220;
}
.BgClassName
{
background-color: #4E5220;
}
</style>
border-color css
<style>
span { border-color: #4E5220; }
span { border-color: rgb(78,82,32); }
td.TdClassName
{
border-color: #4E5220;
}
.TagClassName
{
border-color: #4E5220;
}
</style>