Shades of Army green #575E13
Tints of Army green #575E13
RGB
CMYK
RGB Variations
Color information
#575E13 (or 0x575E13) is known color: Army green. HEX triplet: 57, 5E and 13. RGB value is (87,94,19). Sum of RGB (Red+Green+Blue) = 87+94+19=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 94 (37.11% from 255 or 47% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 94 - color contains mainly: green. Hex color #575E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575E13 is #A8A1EC. Grayscale: #535353. Windows color (decimal): -11051501 or 1269335. OLE color: 1269335.
HSL color Cylindrical-coordinate representation of color #575E13: hue angle of 65.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #575E13 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 94 | 19 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.63 |
| HSL | 65.6º | 0.66% | 0.22% | - |
| HSV(B) | 65.6º | 0.8% | 0.37% | - |
| XYZ | 8.05 | 10.08 | 2.14 | - |
| YUV | 83.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 19 | 0.07 | 0 | 0.80 | 0.63 | 65.6 | 0.66 | 0.22 |
| Hex | 57 | 5E | 13 | 7 | 0 | 50 | 3F | 42 | 42 | 16 |
| Octal | 127 | 136 | 23 | 7 | 0 | 120 | 77 | 102 | 102 | 26 |
| Binary | 1010111 | 1011110 | 10011 | 111 | 0 | 1010000 | 111111 | 1000010 | 1000010 | 10110 |
Color Harmonies of #575E13
Complementary color
Monochromatic Colors of #575E13
Black with #575E13
Text Example
Text Example
White with #575E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E13; }
p { color: rgb(87,94,19); }
H1.HeaderClassName
{
color: #575E13;
}
.AnyTagClassName
{
color: #575E13;
}
</style>
background-color css
<style>
a { background-color: #575E13; }
a { background-color: rgb(87,94,19); }
div.DivClassName
{
background-color: #575E13;
}
.BgClassName
{
background-color: #575E13;
}
</style>
border-color css
<style>
span { border-color: #575E13; }
span { border-color: rgb(87,94,19); }
td.TdClassName
{
border-color: #575E13;
}
.TagClassName
{
border-color: #575E13;
}
</style>