Shades of Army green #575B1C
Tints of Army green #575B1C
RGB
CMYK
RGB Variations
Color information
#575B1C (or 0x575B1C) is known color: Army green. HEX triplet: 57, 5B and 1C. RGB value is (87,91,28). Sum of RGB (Red+Green+Blue) = 87+91+28=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #575B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B1C is #A8A4E3. Grayscale: #525252. Windows color (decimal): -11052260 or 1858391. OLE color: 1858391.
HSL color Cylindrical-coordinate representation of color #575B1C: hue angle of 63.81º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #575B1C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 28 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.64 |
| HSL | 63.81º | 0.53% | 0.23% | - |
| HSV(B) | 63.81º | 0.69% | 0.36% | - |
| XYZ | 7.88 | 9.59 | 2.53 | - |
| YUV | 82.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 28 | 0.04 | 0 | 0.69 | 0.64 | 63.81 | 0.53 | 0.23 |
| Hex | 57 | 5B | 1C | 4 | 0 | 45 | 40 | 40 | 35 | 17 |
| Octal | 127 | 133 | 34 | 4 | 0 | 105 | 100 | 100 | 65 | 27 |
| Binary | 1010111 | 1011011 | 11100 | 100 | 0 | 1000101 | 1000000 | 1000000 | 110101 | 10111 |
Color Harmonies of #575B1C
Complementary color
Monochromatic Colors of #575B1C
Black with #575B1C
Text Example
Text Example
White with #575B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B1C; }
p { color: rgb(87,91,28); }
H1.HeaderClassName
{
color: #575B1C;
}
.AnyTagClassName
{
color: #575B1C;
}
</style>
background-color css
<style>
a { background-color: #575B1C; }
a { background-color: rgb(87,91,28); }
div.DivClassName
{
background-color: #575B1C;
}
.BgClassName
{
background-color: #575B1C;
}
</style>
border-color css
<style>
span { border-color: #575B1C; }
span { border-color: rgb(87,91,28); }
td.TdClassName
{
border-color: #575B1C;
}
.TagClassName
{
border-color: #575B1C;
}
</style>