Shades of Army green #575919
Tints of Army green #575919
RGB
CMYK
RGB Variations
Color information
#575919 (or 0x575919) is known color: Army green. HEX triplet: 57, 59 and 19. RGB value is (87,89,25). Sum of RGB (Red+Green+Blue) = 87+89+25=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #575919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575919 is #A8A6E6. Grayscale: #515151. Windows color (decimal): -11052775 or 1661271. OLE color: 1661271.
HSL color Cylindrical-coordinate representation of color #575919: hue angle of 61.88º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #575919 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 89 | 25 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.65 |
| HSL | 61.88º | 0.56% | 0.22% | - |
| HSV(B) | 61.88º | 0.72% | 0.35% | - |
| XYZ | 7.68 | 9.24 | 2.3 | - |
| YUV | 81.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 25 | 0.02 | 0 | 0.72 | 0.65 | 61.88 | 0.56 | 0.22 |
| Hex | 57 | 59 | 19 | 2 | 0 | 48 | 41 | 3E | 38 | 16 |
| Octal | 127 | 131 | 31 | 2 | 0 | 110 | 101 | 76 | 70 | 26 |
| Binary | 1010111 | 1011001 | 11001 | 10 | 0 | 1001000 | 1000001 | 111110 | 111000 | 10110 |
Color Harmonies of #575919
Complementary color
Monochromatic Colors of #575919
Black with #575919
Text Example
Text Example
White with #575919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575919; }
p { color: rgb(87,89,25); }
H1.HeaderClassName
{
color: #575919;
}
.AnyTagClassName
{
color: #575919;
}
</style>
background-color css
<style>
a { background-color: #575919; }
a { background-color: rgb(87,89,25); }
div.DivClassName
{
background-color: #575919;
}
.BgClassName
{
background-color: #575919;
}
</style>
border-color css
<style>
span { border-color: #575919; }
span { border-color: rgb(87,89,25); }
td.TdClassName
{
border-color: #575919;
}
.TagClassName
{
border-color: #575919;
}
</style>