Shades of Army green #58580F
Tints of Army green #58580F
RGB
CMYK
RGB Variations
Color information
#58580F (or 0x58580F) is known color: Army green. HEX triplet: 58, 58 and 0F. RGB value is (88,88,15). Sum of RGB (Red+Green+Blue) = 88+88+15=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58580F is #A7A7F0. Grayscale: #4F4F4F. Windows color (decimal): -10987505 or 1005656. OLE color: 1005656.
HSL color Cylindrical-coordinate representation of color #58580F: hue angle of 60º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58580F is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 15 | - |
| CMYK | 0 | 0 | 0.83 | 0.65 |
| HSL | 60º | 0.71% | 0.2% | - |
| HSV(B) | 60º | 0.83% | 0.35% | - |
| XYZ | 7.6 | 9.09 | 1.81 | - |
| YUV | 79.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 15 | 0 | 0 | 0.83 | 0.65 | 60 | 0.71 | 0.2 |
| Hex | 58 | 58 | F | 0 | 0 | 53 | 41 | 3C | 47 | 14 |
| Octal | 130 | 130 | 17 | 0 | 0 | 123 | 101 | 74 | 107 | 24 |
| Binary | 1011000 | 1011000 | 1111 | 0 | 0 | 1010011 | 1000001 | 111100 | 1000111 | 10100 |
Color Harmonies of #58580F
Complementary color
Monochromatic Colors of #58580F
Black with #58580F
Text Example
Text Example
White with #58580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58580F; }
p { color: rgb(88,88,15); }
H1.HeaderClassName
{
color: #58580F;
}
.AnyTagClassName
{
color: #58580F;
}
</style>
background-color css
<style>
a { background-color: #58580F; }
a { background-color: rgb(88,88,15); }
div.DivClassName
{
background-color: #58580F;
}
.BgClassName
{
background-color: #58580F;
}
</style>
border-color css
<style>
span { border-color: #58580F; }
span { border-color: rgb(88,88,15); }
td.TdClassName
{
border-color: #58580F;
}
.TagClassName
{
border-color: #58580F;
}
</style>