Shades of Army green #5B580C
Tints of Army green #5B580C
RGB
CMYK
RGB Variations
Color information
#5B580C (or 0x5B580C) is known color: Army green. HEX triplet: 5B, 58 and 0C. RGB value is (91,88,12). Sum of RGB (Red+Green+Blue) = 91+88+12=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B580C is #A4A7F3. Grayscale: #505050. Windows color (decimal): -10790900 or 809051. OLE color: 809051.
HSL color Cylindrical-coordinate representation of color #5B580C: hue angle of 57.72º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B580C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 12 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.64 |
| HSL | 57.72º | 0.77% | 0.2% | - |
| HSV(B) | 57.72º | 0.87% | 0.36% | - |
| XYZ | 7.87 | 9.23 | 1.71 | - |
| YUV | 80.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 12 | 0 | 0.03 | 0.87 | 0.64 | 57.72 | 0.77 | 0.2 |
| Hex | 5B | 58 | C | 0 | 3 | 57 | 40 | 3A | 4D | 14 |
| Octal | 133 | 130 | 14 | 0 | 3 | 127 | 100 | 72 | 115 | 24 |
| Binary | 1011011 | 1011000 | 1100 | 0 | 11 | 1010111 | 1000000 | 111010 | 1001101 | 10100 |
Color Harmonies of #5B580C
Complementary color
Monochromatic Colors of #5B580C
Black with #5B580C
Text Example
Text Example
White with #5B580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B580C; }
p { color: rgb(91,88,12); }
H1.HeaderClassName
{
color: #5B580C;
}
.AnyTagClassName
{
color: #5B580C;
}
</style>
background-color css
<style>
a { background-color: #5B580C; }
a { background-color: rgb(91,88,12); }
div.DivClassName
{
background-color: #5B580C;
}
.BgClassName
{
background-color: #5B580C;
}
</style>
border-color css
<style>
span { border-color: #5B580C; }
span { border-color: rgb(91,88,12); }
td.TdClassName
{
border-color: #5B580C;
}
.TagClassName
{
border-color: #5B580C;
}
</style>