Shades of Army green #575A13
Tints of Army green #575A13
RGB
CMYK
RGB Variations
Color information
#575A13 (or 0x575A13) is known color: Army green. HEX triplet: 57, 5A and 13. RGB value is (87,90,19). Sum of RGB (Red+Green+Blue) = 87+90+19=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #575A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575A13 is #A8A5EC. Grayscale: #515151. Windows color (decimal): -11052525 or 1268311. OLE color: 1268311.
HSL color Cylindrical-coordinate representation of color #575A13: hue angle of 62.54º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #575A13 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 19 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.65 |
| HSL | 62.54º | 0.65% | 0.21% | - |
| HSV(B) | 62.54º | 0.79% | 0.35% | - |
| XYZ | 7.7 | 9.39 | 2.02 | - |
| YUV | 81.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 19 | 0.03 | 0 | 0.79 | 0.65 | 62.54 | 0.65 | 0.21 |
| Hex | 57 | 5A | 13 | 3 | 0 | 4F | 41 | 3F | 41 | 15 |
| Octal | 127 | 132 | 23 | 3 | 0 | 117 | 101 | 77 | 101 | 25 |
| Binary | 1010111 | 1011010 | 10011 | 11 | 0 | 1001111 | 1000001 | 111111 | 1000001 | 10101 |
Color Harmonies of #575A13
Complementary color
Monochromatic Colors of #575A13
Black with #575A13
Text Example
Text Example
White with #575A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A13; }
p { color: rgb(87,90,19); }
H1.HeaderClassName
{
color: #575A13;
}
.AnyTagClassName
{
color: #575A13;
}
</style>
background-color css
<style>
a { background-color: #575A13; }
a { background-color: rgb(87,90,19); }
div.DivClassName
{
background-color: #575A13;
}
.BgClassName
{
background-color: #575A13;
}
</style>
border-color css
<style>
span { border-color: #575A13; }
span { border-color: rgb(87,90,19); }
td.TdClassName
{
border-color: #575A13;
}
.TagClassName
{
border-color: #575A13;
}
</style>