Shades of Army green #57581B
Tints of Army green #57581B
RGB
CMYK
RGB Variations
Color information
#57581B (or 0x57581B) is known color: Army green. HEX triplet: 57, 58 and 1B. RGB value is (87,88,27). Sum of RGB (Red+Green+Blue) = 87+88+27=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #57581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57581B is #A8A7E4. Grayscale: #505050. Windows color (decimal): -11053029 or 1792087. OLE color: 1792087.
HSL color Cylindrical-coordinate representation of color #57581B: hue angle of 60.98º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57581B is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 27 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.65 |
| HSL | 60.98º | 0.53% | 0.23% | - |
| HSV(B) | 60.98º | 0.69% | 0.35% | - |
| XYZ | 7.62 | 9.08 | 2.39 | - |
| YUV | 80.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 27 | 0.01 | 0 | 0.69 | 0.65 | 60.98 | 0.53 | 0.23 |
| Hex | 57 | 58 | 1B | 1 | 0 | 45 | 41 | 3D | 35 | 17 |
| Octal | 127 | 130 | 33 | 1 | 0 | 105 | 101 | 75 | 65 | 27 |
| Binary | 1010111 | 1011000 | 11011 | 1 | 0 | 1000101 | 1000001 | 111101 | 110101 | 10111 |
Color Harmonies of #57581B
Complementary color
Monochromatic Colors of #57581B
Black with #57581B
Text Example
Text Example
White with #57581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57581B; }
p { color: rgb(87,88,27); }
H1.HeaderClassName
{
color: #57581B;
}
.AnyTagClassName
{
color: #57581B;
}
</style>
background-color css
<style>
a { background-color: #57581B; }
a { background-color: rgb(87,88,27); }
div.DivClassName
{
background-color: #57581B;
}
.BgClassName
{
background-color: #57581B;
}
</style>
border-color css
<style>
span { border-color: #57581B; }
span { border-color: rgb(87,88,27); }
td.TdClassName
{
border-color: #57581B;
}
.TagClassName
{
border-color: #57581B;
}
</style>