Shades of Army green #575D1A
Tints of Army green #575D1A
RGB
CMYK
RGB Variations
Color information
#575D1A (or 0x575D1A) is known color: Army green. HEX triplet: 57, 5D and 1A. RGB value is (87,93,26). Sum of RGB (Red+Green+Blue) = 87+93+26=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #575D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D1A is #A8A2E5. Grayscale: #535353. Windows color (decimal): -11051750 or 1727831. OLE color: 1727831.
HSL color Cylindrical-coordinate representation of color #575D1A: hue angle of 65.37º 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 #575D1A is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 26 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.64 |
| HSL | 65.37º | 0.56% | 0.23% | - |
| HSV(B) | 65.37º | 0.72% | 0.36% | - |
| XYZ | 8.03 | 9.93 | 2.47 | - |
| YUV | 83.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 26 | 0.06 | 0 | 0.72 | 0.64 | 65.37 | 0.56 | 0.23 |
| Hex | 57 | 5D | 1A | 6 | 0 | 48 | 40 | 41 | 38 | 17 |
| Octal | 127 | 135 | 32 | 6 | 0 | 110 | 100 | 101 | 70 | 27 |
| Binary | 1010111 | 1011101 | 11010 | 110 | 0 | 1001000 | 1000000 | 1000001 | 111000 | 10111 |
Color Harmonies of #575D1A
Complementary color
Monochromatic Colors of #575D1A
Black with #575D1A
Text Example
Text Example
White with #575D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D1A; }
p { color: rgb(87,93,26); }
H1.HeaderClassName
{
color: #575D1A;
}
.AnyTagClassName
{
color: #575D1A;
}
</style>
background-color css
<style>
a { background-color: #575D1A; }
a { background-color: rgb(87,93,26); }
div.DivClassName
{
background-color: #575D1A;
}
.BgClassName
{
background-color: #575D1A;
}
</style>
border-color css
<style>
span { border-color: #575D1A; }
span { border-color: rgb(87,93,26); }
td.TdClassName
{
border-color: #575D1A;
}
.TagClassName
{
border-color: #575D1A;
}
</style>