Shades of Army green #575C1A
Tints of Army green #575C1A
RGB
CMYK
RGB Variations
Color information
#575C1A (or 0x575C1A) is known color: Army green. HEX triplet: 57, 5C and 1A. RGB value is (87,92,26). Sum of RGB (Red+Green+Blue) = 87+92+26=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #575C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575C1A is #A8A3E5. Grayscale: #535353. Windows color (decimal): -11052006 or 1727575. OLE color: 1727575.
HSL color Cylindrical-coordinate representation of color #575C1A: hue angle of 64.55º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #575C1A is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 92 | 26 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.64 |
| HSL | 64.55º | 0.56% | 0.23% | - |
| HSV(B) | 64.55º | 0.72% | 0.36% | - |
| XYZ | 7.94 | 9.76 | 2.44 | - |
| YUV | 82.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 26 | 0.05 | 0 | 0.72 | 0.64 | 64.55 | 0.56 | 0.23 |
| Hex | 57 | 5C | 1A | 5 | 0 | 48 | 40 | 41 | 38 | 17 |
| Octal | 127 | 134 | 32 | 5 | 0 | 110 | 100 | 101 | 70 | 27 |
| Binary | 1010111 | 1011100 | 11010 | 101 | 0 | 1001000 | 1000000 | 1000001 | 111000 | 10111 |
Color Harmonies of #575C1A
Complementary color
Monochromatic Colors of #575C1A
Black with #575C1A
Text Example
Text Example
White with #575C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C1A; }
p { color: rgb(87,92,26); }
H1.HeaderClassName
{
color: #575C1A;
}
.AnyTagClassName
{
color: #575C1A;
}
</style>
background-color css
<style>
a { background-color: #575C1A; }
a { background-color: rgb(87,92,26); }
div.DivClassName
{
background-color: #575C1A;
}
.BgClassName
{
background-color: #575C1A;
}
</style>
border-color css
<style>
span { border-color: #575C1A; }
span { border-color: rgb(87,92,26); }
td.TdClassName
{
border-color: #575C1A;
}
.TagClassName
{
border-color: #575C1A;
}
</style>