Shades of Army green #595A19
Tints of Army green #595A19
RGB
CMYK
RGB Variations
Color information
#595A19 (or 0x595A19) is known color: Army green. HEX triplet: 59, 5A and 19. RGB value is (89,90,25). Sum of RGB (Red+Green+Blue) = 89+90+25=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #595A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595A19 is #A6A5E6. Grayscale: #525252. Windows color (decimal): -10921447 or 1661529. OLE color: 1661529.
HSL color Cylindrical-coordinate representation of color #595A19: hue angle of 60.92º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #595A19 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 25 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.65 |
| HSL | 60.92º | 0.57% | 0.23% | - |
| HSV(B) | 60.92º | 0.72% | 0.35% | - |
| XYZ | 7.95 | 9.51 | 2.34 | - |
| YUV | 82.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 25 | 0.01 | 0 | 0.72 | 0.65 | 60.92 | 0.57 | 0.23 |
| Hex | 59 | 5A | 19 | 1 | 0 | 48 | 41 | 3D | 39 | 17 |
| Octal | 131 | 132 | 31 | 1 | 0 | 110 | 101 | 75 | 71 | 27 |
| Binary | 1011001 | 1011010 | 11001 | 1 | 0 | 1001000 | 1000001 | 111101 | 111001 | 10111 |
Color Harmonies of #595A19
Complementary color
Monochromatic Colors of #595A19
Black with #595A19
Text Example
Text Example
White with #595A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A19; }
p { color: rgb(89,90,25); }
H1.HeaderClassName
{
color: #595A19;
}
.AnyTagClassName
{
color: #595A19;
}
</style>
background-color css
<style>
a { background-color: #595A19; }
a { background-color: rgb(89,90,25); }
div.DivClassName
{
background-color: #595A19;
}
.BgClassName
{
background-color: #595A19;
}
</style>
border-color css
<style>
span { border-color: #595A19; }
span { border-color: rgb(89,90,25); }
td.TdClassName
{
border-color: #595A19;
}
.TagClassName
{
border-color: #595A19;
}
</style>