Shades of Army green #595B19
Tints of Army green #595B19
RGB
CMYK
RGB Variations
Color information
#595B19 (or 0x595B19) is known color: Army green. HEX triplet: 59, 5B and 19. RGB value is (89,91,25). Sum of RGB (Red+Green+Blue) = 89+91+25=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #595B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595B19 is #A6A4E6. Grayscale: #535353. Windows color (decimal): -10921191 or 1661785. OLE color: 1661785.
HSL color Cylindrical-coordinate representation of color #595B19: hue angle of 61.82º 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 #595B19 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 25 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.64 |
| HSL | 61.82º | 0.57% | 0.23% | - |
| HSV(B) | 61.82º | 0.73% | 0.36% | - |
| XYZ | 8.04 | 9.68 | 2.36 | - |
| YUV | 82.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 25 | 0.02 | 0 | 0.73 | 0.64 | 61.82 | 0.57 | 0.23 |
| Hex | 59 | 5B | 19 | 2 | 0 | 49 | 40 | 3E | 39 | 17 |
| Octal | 131 | 133 | 31 | 2 | 0 | 111 | 100 | 76 | 71 | 27 |
| Binary | 1011001 | 1011011 | 11001 | 10 | 0 | 1001001 | 1000000 | 111110 | 111001 | 10111 |
Color Harmonies of #595B19
Complementary color
Monochromatic Colors of #595B19
Black with #595B19
Text Example
Text Example
White with #595B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B19; }
p { color: rgb(89,91,25); }
H1.HeaderClassName
{
color: #595B19;
}
.AnyTagClassName
{
color: #595B19;
}
</style>
background-color css
<style>
a { background-color: #595B19; }
a { background-color: rgb(89,91,25); }
div.DivClassName
{
background-color: #595B19;
}
.BgClassName
{
background-color: #595B19;
}
</style>
border-color css
<style>
span { border-color: #595B19; }
span { border-color: rgb(89,91,25); }
td.TdClassName
{
border-color: #595B19;
}
.TagClassName
{
border-color: #595B19;
}
</style>