Shades of Army green #4E571A
Tints of Army green #4E571A
RGB
CMYK
RGB Variations
Color information
#4E571A (or 0x4E571A) is known color: Army green. HEX triplet: 4E, 57 and 1A. RGB value is (78,87,26). Sum of RGB (Red+Green+Blue) = 78+87+26=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #4E571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E571A is #B1A8E5. Grayscale: #4D4D4D. Windows color (decimal): -11643110 or 1726286. OLE color: 1726286.
HSL color Cylindrical-coordinate representation of color #4E571A: hue angle of 68.85º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E571A is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 87 | 26 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.66 |
| HSL | 68.85º | 0.54% | 0.22% | - |
| HSV(B) | 68.85º | 0.7% | 0.34% | - |
| XYZ | 6.74 | 8.51 | 2.26 | - |
| YUV | 77.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 26 | 0.10 | 0 | 0.70 | 0.66 | 68.85 | 0.54 | 0.22 |
| Hex | 4E | 57 | 1A | A | 0 | 46 | 42 | 45 | 36 | 16 |
| Octal | 116 | 127 | 32 | 12 | 0 | 106 | 102 | 105 | 66 | 26 |
| Binary | 1001110 | 1010111 | 11010 | 1010 | 0 | 1000110 | 1000010 | 1000101 | 110110 | 10110 |
Color Harmonies of #4E571A
Complementary color
Monochromatic Colors of #4E571A
Black with #4E571A
Text Example
Text Example
White with #4E571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E571A; }
p { color: rgb(78,87,26); }
H1.HeaderClassName
{
color: #4E571A;
}
.AnyTagClassName
{
color: #4E571A;
}
</style>
background-color css
<style>
a { background-color: #4E571A; }
a { background-color: rgb(78,87,26); }
div.DivClassName
{
background-color: #4E571A;
}
.BgClassName
{
background-color: #4E571A;
}
</style>
border-color css
<style>
span { border-color: #4E571A; }
span { border-color: rgb(78,87,26); }
td.TdClassName
{
border-color: #4E571A;
}
.TagClassName
{
border-color: #4E571A;
}
</style>