Shades of Dark Olive Green #577231
Tints of Dark Olive Green #577231
RGB
CMYK
RGB Variations
Color information
#577231 (or 0x577231) is known color: Dark Olive Green. HEX triplet: 57, 72 and 31. RGB value is (87,114,49). Sum of RGB (Red+Green+Blue) = 87+114+49=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #577231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577231 is #A88DCE. Grayscale: #626262. Windows color (decimal): -11046351 or 3240535. OLE color: 3240535.
HSL color Cylindrical-coordinate representation of color #577231: hue angle of 84.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #577231 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 49 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.55 |
| HSL | 84.92º | 0.4% | 0.32% | - |
| HSV(B) | 84.92º | 0.57% | 0.45% | - |
| XYZ | 10.5 | 14.28 | 5.11 | - |
| YUV | 98.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 49 | 0.24 | 0 | 0.57 | 0.55 | 84.92 | 0.4 | 0.32 |
| Hex | 57 | 72 | 31 | 18 | 0 | 39 | 37 | 55 | 28 | 20 |
| Octal | 127 | 162 | 61 | 30 | 0 | 71 | 67 | 125 | 50 | 40 |
| Binary | 1010111 | 1110010 | 110001 | 11000 | 0 | 111001 | 110111 | 1010101 | 101000 | 100000 |
Color Harmonies of #577231
Complementary color
Monochromatic Colors of #577231
Black with #577231
Text Example
Text Example
White with #577231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577231; }
p { color: rgb(87,114,49); }
H1.HeaderClassName
{
color: #577231;
}
.AnyTagClassName
{
color: #577231;
}
</style>
background-color css
<style>
a { background-color: #577231; }
a { background-color: rgb(87,114,49); }
div.DivClassName
{
background-color: #577231;
}
.BgClassName
{
background-color: #577231;
}
</style>
border-color css
<style>
span { border-color: #577231; }
span { border-color: rgb(87,114,49); }
td.TdClassName
{
border-color: #577231;
}
.TagClassName
{
border-color: #577231;
}
</style>