Shades of Army green #595F12
Tints of Army green #595F12
RGB
CMYK
RGB Variations
Color information
#595F12 (or 0x595F12) is known color: Army green. HEX triplet: 59, 5F and 12. RGB value is (89,95,18). Sum of RGB (Red+Green+Blue) = 89+95+18=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #595F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595F12 is #A6A0ED. Grayscale: #545454. Windows color (decimal): -10920174 or 1204057. OLE color: 1204057.
HSL color Cylindrical-coordinate representation of color #595F12: hue angle of 64.68º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #595F12 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 18 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.63 |
| HSL | 64.68º | 0.68% | 0.22% | - |
| HSV(B) | 64.68º | 0.81% | 0.37% | - |
| XYZ | 8.32 | 10.35 | 2.13 | - |
| YUV | 84.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 18 | 0.06 | 0 | 0.81 | 0.63 | 64.68 | 0.68 | 0.22 |
| Hex | 59 | 5F | 12 | 6 | 0 | 51 | 3F | 41 | 44 | 16 |
| Octal | 131 | 137 | 22 | 6 | 0 | 121 | 77 | 101 | 104 | 26 |
| Binary | 1011001 | 1011111 | 10010 | 110 | 0 | 1010001 | 111111 | 1000001 | 1000100 | 10110 |
Color Harmonies of #595F12
Complementary color
Monochromatic Colors of #595F12
Black with #595F12
Text Example
Text Example
White with #595F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F12; }
p { color: rgb(89,95,18); }
H1.HeaderClassName
{
color: #595F12;
}
.AnyTagClassName
{
color: #595F12;
}
</style>
background-color css
<style>
a { background-color: #595F12; }
a { background-color: rgb(89,95,18); }
div.DivClassName
{
background-color: #595F12;
}
.BgClassName
{
background-color: #595F12;
}
</style>
border-color css
<style>
span { border-color: #595F12; }
span { border-color: rgb(89,95,18); }
td.TdClassName
{
border-color: #595F12;
}
.TagClassName
{
border-color: #595F12;
}
</style>