Shades of Army green #595713
Tints of Army green #595713
RGB
CMYK
RGB Variations
Color information
#595713 (or 0x595713) is known color: Army green. HEX triplet: 59, 57 and 13. RGB value is (89,87,19). Sum of RGB (Red+Green+Blue) = 89+87+19=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #595713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595713 is #A6A8EC. Grayscale: #505050. Windows color (decimal): -10922221 or 1267545. OLE color: 1267545.
HSL color Cylindrical-coordinate representation of color #595713: hue angle of 58.29º 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 #595713 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 87 | 19 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.65 |
| HSL | 58.29º | 0.65% | 0.21% | - |
| HSV(B) | 58.29º | 0.79% | 0.35% | - |
| XYZ | 7.65 | 8.99 | 1.95 | - |
| YUV | 79.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 19 | 0 | 0.02 | 0.79 | 0.65 | 58.29 | 0.65 | 0.21 |
| Hex | 59 | 57 | 13 | 0 | 2 | 4F | 41 | 3A | 41 | 15 |
| Octal | 131 | 127 | 23 | 0 | 2 | 117 | 101 | 72 | 101 | 25 |
| Binary | 1011001 | 1010111 | 10011 | 0 | 10 | 1001111 | 1000001 | 111010 | 1000001 | 10101 |
Color Harmonies of #595713
Complementary color
Monochromatic Colors of #595713
Black with #595713
Text Example
Text Example
White with #595713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595713; }
p { color: rgb(89,87,19); }
H1.HeaderClassName
{
color: #595713;
}
.AnyTagClassName
{
color: #595713;
}
</style>
background-color css
<style>
a { background-color: #595713; }
a { background-color: rgb(89,87,19); }
div.DivClassName
{
background-color: #595713;
}
.BgClassName
{
background-color: #595713;
}
</style>
border-color css
<style>
span { border-color: #595713; }
span { border-color: rgb(89,87,19); }
td.TdClassName
{
border-color: #595713;
}
.TagClassName
{
border-color: #595713;
}
</style>