Shades of Army green #58591A
Tints of Army green #58591A
RGB
CMYK
RGB Variations
Color information
#58591A (or 0x58591A) is known color: Army green. HEX triplet: 58, 59 and 1A. RGB value is (88,89,26). Sum of RGB (Red+Green+Blue) = 88+89+26=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #58591A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58591A is #A7A6E5. Grayscale: #515151. Windows color (decimal): -10987238 or 1726808. OLE color: 1726808.
HSL color Cylindrical-coordinate representation of color #58591A: hue angle of 60.95º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58591A is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 26 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.65 |
| HSL | 60.95º | 0.55% | 0.23% | - |
| HSV(B) | 60.95º | 0.71% | 0.35% | - |
| XYZ | 7.78 | 9.29 | 2.36 | - |
| YUV | 81.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 26 | 0.01 | 0 | 0.71 | 0.65 | 60.95 | 0.55 | 0.23 |
| Hex | 58 | 59 | 1A | 1 | 0 | 47 | 41 | 3D | 37 | 17 |
| Octal | 130 | 131 | 32 | 1 | 0 | 107 | 101 | 75 | 67 | 27 |
| Binary | 1011000 | 1011001 | 11010 | 1 | 0 | 1000111 | 1000001 | 111101 | 110111 | 10111 |
Color Harmonies of #58591A
Complementary color
Monochromatic Colors of #58591A
Black with #58591A
Text Example
Text Example
White with #58591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58591A; }
p { color: rgb(88,89,26); }
H1.HeaderClassName
{
color: #58591A;
}
.AnyTagClassName
{
color: #58591A;
}
</style>
background-color css
<style>
a { background-color: #58591A; }
a { background-color: rgb(88,89,26); }
div.DivClassName
{
background-color: #58591A;
}
.BgClassName
{
background-color: #58591A;
}
</style>
border-color css
<style>
span { border-color: #58591A; }
span { border-color: rgb(88,89,26); }
td.TdClassName
{
border-color: #58591A;
}
.TagClassName
{
border-color: #58591A;
}
</style>