Shades of Army green #595C19
Tints of Army green #595C19
RGB
CMYK
RGB Variations
Color information
#595C19 (or 0x595C19) is known color: Army green. HEX triplet: 59, 5C and 19. RGB value is (89,92,25). Sum of RGB (Red+Green+Blue) = 89+92+25=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #595C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595C19 is #A6A3E6. Grayscale: #535353. Windows color (decimal): -10920935 or 1662041. OLE color: 1662041.
HSL color Cylindrical-coordinate representation of color #595C19: hue angle of 62.69º 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 #595C19 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 25 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.64 |
| HSL | 62.69º | 0.57% | 0.23% | - |
| HSV(B) | 62.69º | 0.73% | 0.36% | - |
| XYZ | 8.12 | 9.85 | 2.39 | - |
| YUV | 83.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 25 | 0.03 | 0 | 0.73 | 0.64 | 62.69 | 0.57 | 0.23 |
| Hex | 59 | 5C | 19 | 3 | 0 | 49 | 40 | 3F | 39 | 17 |
| Octal | 131 | 134 | 31 | 3 | 0 | 111 | 100 | 77 | 71 | 27 |
| Binary | 1011001 | 1011100 | 11001 | 11 | 0 | 1001001 | 1000000 | 111111 | 111001 | 10111 |
Color Harmonies of #595C19
Complementary color
Monochromatic Colors of #595C19
Black with #595C19
Text Example
Text Example
White with #595C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C19; }
p { color: rgb(89,92,25); }
H1.HeaderClassName
{
color: #595C19;
}
.AnyTagClassName
{
color: #595C19;
}
</style>
background-color css
<style>
a { background-color: #595C19; }
a { background-color: rgb(89,92,25); }
div.DivClassName
{
background-color: #595C19;
}
.BgClassName
{
background-color: #595C19;
}
</style>
border-color css
<style>
span { border-color: #595C19; }
span { border-color: rgb(89,92,25); }
td.TdClassName
{
border-color: #595C19;
}
.TagClassName
{
border-color: #595C19;
}
</style>