Shades of Army green #575C19
Tints of Army green #575C19
RGB
CMYK
RGB Variations
Color information
#575C19 (or 0x575C19) is known color: Army green. HEX triplet: 57, 5C and 19. RGB value is (87,92,25). Sum of RGB (Red+Green+Blue) = 87+92+25=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #575C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575C19 is #A8A3E6. Grayscale: #535353. Windows color (decimal): -11052007 or 1662039. OLE color: 1662039.
HSL color Cylindrical-coordinate representation of color #575C19: hue angle of 64.48º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #575C19 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 92 | 25 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.64 |
| HSL | 64.48º | 0.57% | 0.23% | - |
| HSV(B) | 64.48º | 0.73% | 0.36% | - |
| XYZ | 7.93 | 9.75 | 2.38 | - |
| YUV | 82.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 25 | 0.05 | 0 | 0.73 | 0.64 | 64.48 | 0.57 | 0.23 |
| Hex | 57 | 5C | 19 | 5 | 0 | 49 | 40 | 40 | 39 | 17 |
| Octal | 127 | 134 | 31 | 5 | 0 | 111 | 100 | 100 | 71 | 27 |
| Binary | 1010111 | 1011100 | 11001 | 101 | 0 | 1001001 | 1000000 | 1000000 | 111001 | 10111 |
Color Harmonies of #575C19
Complementary color
Monochromatic Colors of #575C19
Black with #575C19
Text Example
Text Example
White with #575C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C19; }
p { color: rgb(87,92,25); }
H1.HeaderClassName
{
color: #575C19;
}
.AnyTagClassName
{
color: #575C19;
}
</style>
background-color css
<style>
a { background-color: #575C19; }
a { background-color: rgb(87,92,25); }
div.DivClassName
{
background-color: #575C19;
}
.BgClassName
{
background-color: #575C19;
}
</style>
border-color css
<style>
span { border-color: #575C19; }
span { border-color: rgb(87,92,25); }
td.TdClassName
{
border-color: #575C19;
}
.TagClassName
{
border-color: #575C19;
}
</style>