Shades of Army green #575915
Tints of Army green #575915
RGB
CMYK
RGB Variations
Color information
#575915 (or 0x575915) is known color: Army green. HEX triplet: 57, 59 and 15. RGB value is (87,89,21). Sum of RGB (Red+Green+Blue) = 87+89+21=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #575915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575915 is #A8A6EA. Grayscale: #505050. Windows color (decimal): -11052779 or 1399127. OLE color: 1399127.
HSL color Cylindrical-coordinate representation of color #575915: hue angle of 61.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #575915 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 89 | 21 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.65 |
| HSL | 61.76º | 0.62% | 0.22% | - |
| HSV(B) | 61.76º | 0.76% | 0.35% | - |
| XYZ | 7.64 | 9.23 | 2.09 | - |
| YUV | 80.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 21 | 0.02 | 0 | 0.76 | 0.65 | 61.76 | 0.62 | 0.22 |
| Hex | 57 | 59 | 15 | 2 | 0 | 4C | 41 | 3E | 3E | 16 |
| Octal | 127 | 131 | 25 | 2 | 0 | 114 | 101 | 76 | 76 | 26 |
| Binary | 1010111 | 1011001 | 10101 | 10 | 0 | 1001100 | 1000001 | 111110 | 111110 | 10110 |
Color Harmonies of #575915
Complementary color
Monochromatic Colors of #575915
Black with #575915
Text Example
Text Example
White with #575915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575915; }
p { color: rgb(87,89,21); }
H1.HeaderClassName
{
color: #575915;
}
.AnyTagClassName
{
color: #575915;
}
</style>
background-color css
<style>
a { background-color: #575915; }
a { background-color: rgb(87,89,21); }
div.DivClassName
{
background-color: #575915;
}
.BgClassName
{
background-color: #575915;
}
</style>
border-color css
<style>
span { border-color: #575915; }
span { border-color: rgb(87,89,21); }
td.TdClassName
{
border-color: #575915;
}
.TagClassName
{
border-color: #575915;
}
</style>