Shades of Army green #5A570E
Tints of Army green #5A570E
RGB
CMYK
RGB Variations
Color information
#5A570E (or 0x5A570E) is known color: Army green. HEX triplet: 5A, 57 and 0E. RGB value is (90,87,14). Sum of RGB (Red+Green+Blue) = 90+87+14=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A570E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A570E is #A5A8F1. Grayscale: #4F4F4F. Windows color (decimal): -10856690 or 939866. OLE color: 939866.
HSL color Cylindrical-coordinate representation of color #5A570E: hue angle of 57.63º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A570E is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 14 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.65 |
| HSL | 57.63º | 0.73% | 0.2% | - |
| HSV(B) | 57.63º | 0.84% | 0.35% | - |
| XYZ | 7.7 | 9.02 | 1.75 | - |
| YUV | 79.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 14 | 0 | 0.03 | 0.84 | 0.65 | 57.63 | 0.73 | 0.2 |
| Hex | 5A | 57 | E | 0 | 3 | 54 | 41 | 3A | 49 | 14 |
| Octal | 132 | 127 | 16 | 0 | 3 | 124 | 101 | 72 | 111 | 24 |
| Binary | 1011010 | 1010111 | 1110 | 0 | 11 | 1010100 | 1000001 | 111010 | 1001001 | 10100 |
Color Harmonies of #5A570E
Complementary color
Monochromatic Colors of #5A570E
Black with #5A570E
Text Example
Text Example
White with #5A570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A570E; }
p { color: rgb(90,87,14); }
H1.HeaderClassName
{
color: #5A570E;
}
.AnyTagClassName
{
color: #5A570E;
}
</style>
background-color css
<style>
a { background-color: #5A570E; }
a { background-color: rgb(90,87,14); }
div.DivClassName
{
background-color: #5A570E;
}
.BgClassName
{
background-color: #5A570E;
}
</style>
border-color css
<style>
span { border-color: #5A570E; }
span { border-color: rgb(90,87,14); }
td.TdClassName
{
border-color: #5A570E;
}
.TagClassName
{
border-color: #5A570E;
}
</style>