Shades of Army green #595B16
Tints of Army green #595B16
RGB
CMYK
RGB Variations
Color information
#595B16 (or 0x595B16) is known color: Army green. HEX triplet: 59, 5B and 16. RGB value is (89,91,22). Sum of RGB (Red+Green+Blue) = 89+91+22=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #595B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595B16 is #A6A4E9. Grayscale: #525252. Windows color (decimal): -10921194 or 1465177. OLE color: 1465177.
HSL color Cylindrical-coordinate representation of color #595B16: hue angle of 61.74º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #595B16 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 22 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.64 |
| HSL | 61.74º | 0.61% | 0.22% | - |
| HSV(B) | 61.74º | 0.76% | 0.36% | - |
| XYZ | 8.01 | 9.66 | 2.2 | - |
| YUV | 82.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 22 | 0.02 | 0 | 0.76 | 0.64 | 61.74 | 0.61 | 0.22 |
| Hex | 59 | 5B | 16 | 2 | 0 | 4C | 40 | 3E | 3D | 16 |
| Octal | 131 | 133 | 26 | 2 | 0 | 114 | 100 | 76 | 75 | 26 |
| Binary | 1011001 | 1011011 | 10110 | 10 | 0 | 1001100 | 1000000 | 111110 | 111101 | 10110 |
Color Harmonies of #595B16
Complementary color
Monochromatic Colors of #595B16
Black with #595B16
Text Example
Text Example
White with #595B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B16; }
p { color: rgb(89,91,22); }
H1.HeaderClassName
{
color: #595B16;
}
.AnyTagClassName
{
color: #595B16;
}
</style>
background-color css
<style>
a { background-color: #595B16; }
a { background-color: rgb(89,91,22); }
div.DivClassName
{
background-color: #595B16;
}
.BgClassName
{
background-color: #595B16;
}
</style>
border-color css
<style>
span { border-color: #595B16; }
span { border-color: rgb(89,91,22); }
td.TdClassName
{
border-color: #595B16;
}
.TagClassName
{
border-color: #595B16;
}
</style>