Shades of Army green #58550E
Tints of Army green #58550E
RGB
CMYK
RGB Variations
Color information
#58550E (or 0x58550E) is known color: Army green. HEX triplet: 58, 55 and 0E. RGB value is (88,85,14). Sum of RGB (Red+Green+Blue) = 88+85+14=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58550E is #A7AAF1. Grayscale: #4E4E4E. Windows color (decimal): -10988274 or 939352. OLE color: 939352.
HSL color Cylindrical-coordinate representation of color #58550E: hue angle of 57.57º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58550E is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 85 | 14 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.65 |
| HSL | 57.57º | 0.73% | 0.2% | - |
| HSV(B) | 57.57º | 0.84% | 0.35% | - |
| XYZ | 7.35 | 8.6 | 1.69 | - |
| YUV | 77.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 14 | 0 | 0.03 | 0.84 | 0.65 | 57.57 | 0.73 | 0.2 |
| Hex | 58 | 55 | E | 0 | 3 | 54 | 41 | 3A | 49 | 14 |
| Octal | 130 | 125 | 16 | 0 | 3 | 124 | 101 | 72 | 111 | 24 |
| Binary | 1011000 | 1010101 | 1110 | 0 | 11 | 1010100 | 1000001 | 111010 | 1001001 | 10100 |
Color Harmonies of #58550E
Complementary color
Monochromatic Colors of #58550E
Black with #58550E
Text Example
Text Example
White with #58550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58550E; }
p { color: rgb(88,85,14); }
H1.HeaderClassName
{
color: #58550E;
}
.AnyTagClassName
{
color: #58550E;
}
</style>
background-color css
<style>
a { background-color: #58550E; }
a { background-color: rgb(88,85,14); }
div.DivClassName
{
background-color: #58550E;
}
.BgClassName
{
background-color: #58550E;
}
</style>
border-color css
<style>
span { border-color: #58550E; }
span { border-color: rgb(88,85,14); }
td.TdClassName
{
border-color: #58550E;
}
.TagClassName
{
border-color: #58550E;
}
</style>