Shades of Army green #575A15
Tints of Army green #575A15
RGB
CMYK
RGB Variations
Color information
#575A15 (or 0x575A15) is known color: Army green. HEX triplet: 57, 5A and 15. RGB value is (87,90,21). Sum of RGB (Red+Green+Blue) = 87+90+21=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #575A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575A15 is #A8A5EA. Grayscale: #515151. Windows color (decimal): -11052523 or 1399383. OLE color: 1399383.
HSL color Cylindrical-coordinate representation of color #575A15: hue angle of 62.61º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #575A15 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 21 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.65 |
| HSL | 62.61º | 0.62% | 0.22% | - |
| HSV(B) | 62.61º | 0.77% | 0.35% | - |
| XYZ | 7.72 | 9.39 | 2.12 | - |
| YUV | 81.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 21 | 0.03 | 0 | 0.77 | 0.65 | 62.61 | 0.62 | 0.22 |
| Hex | 57 | 5A | 15 | 3 | 0 | 4D | 41 | 3F | 3E | 16 |
| Octal | 127 | 132 | 25 | 3 | 0 | 115 | 101 | 77 | 76 | 26 |
| Binary | 1010111 | 1011010 | 10101 | 11 | 0 | 1001101 | 1000001 | 111111 | 111110 | 10110 |
Color Harmonies of #575A15
Complementary color
Monochromatic Colors of #575A15
Black with #575A15
Text Example
Text Example
White with #575A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A15; }
p { color: rgb(87,90,21); }
H1.HeaderClassName
{
color: #575A15;
}
.AnyTagClassName
{
color: #575A15;
}
</style>
background-color css
<style>
a { background-color: #575A15; }
a { background-color: rgb(87,90,21); }
div.DivClassName
{
background-color: #575A15;
}
.BgClassName
{
background-color: #575A15;
}
</style>
border-color css
<style>
span { border-color: #575A15; }
span { border-color: rgb(87,90,21); }
td.TdClassName
{
border-color: #575A15;
}
.TagClassName
{
border-color: #575A15;
}
</style>