Shades of Army green #57581A
Tints of Army green #57581A
RGB
CMYK
RGB Variations
Color information
#57581A (or 0x57581A) is known color: Army green. HEX triplet: 57, 58 and 1A. RGB value is (87,88,26). Sum of RGB (Red+Green+Blue) = 87+88+26=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #57581A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57581A is #A8A7E5. Grayscale: #505050. Windows color (decimal): -11053030 or 1726551. OLE color: 1726551.
HSL color Cylindrical-coordinate representation of color #57581A: hue angle of 60.97º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57581A is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 26 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.65 |
| HSL | 60.97º | 0.54% | 0.22% | - |
| HSV(B) | 60.97º | 0.7% | 0.35% | - |
| XYZ | 7.61 | 9.08 | 2.33 | - |
| YUV | 80.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 26 | 0.01 | 0 | 0.70 | 0.65 | 60.97 | 0.54 | 0.22 |
| Hex | 57 | 58 | 1A | 1 | 0 | 46 | 41 | 3D | 36 | 16 |
| Octal | 127 | 130 | 32 | 1 | 0 | 106 | 101 | 75 | 66 | 26 |
| Binary | 1010111 | 1011000 | 11010 | 1 | 0 | 1000110 | 1000001 | 111101 | 110110 | 10110 |
Color Harmonies of #57581A
Complementary color
Monochromatic Colors of #57581A
Black with #57581A
Text Example
Text Example
White with #57581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57581A; }
p { color: rgb(87,88,26); }
H1.HeaderClassName
{
color: #57581A;
}
.AnyTagClassName
{
color: #57581A;
}
</style>
background-color css
<style>
a { background-color: #57581A; }
a { background-color: rgb(87,88,26); }
div.DivClassName
{
background-color: #57581A;
}
.BgClassName
{
background-color: #57581A;
}
</style>
border-color css
<style>
span { border-color: #57581A; }
span { border-color: rgb(87,88,26); }
td.TdClassName
{
border-color: #57581A;
}
.TagClassName
{
border-color: #57581A;
}
</style>