Shades of Dark Olive Green #576828
Tints of Dark Olive Green #576828
RGB
CMYK
RGB Variations
Color information
#576828 (or 0x576828) is known color: Dark Olive Green. HEX triplet: 57, 68 and 28. RGB value is (87,104,40). Sum of RGB (Red+Green+Blue) = 87+104+40=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #576828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576828 is #A897D7. Grayscale: #5B5B5B. Windows color (decimal): -11048920 or 2648151. OLE color: 2648151.
HSL color Cylindrical-coordinate representation of color #576828: hue angle of 75.94º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #576828 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 104 | 40 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.59 |
| HSL | 75.94º | 0.44% | 0.28% | - |
| HSV(B) | 75.94º | 0.62% | 0.41% | - |
| XYZ | 9.26 | 12.08 | 3.85 | - |
| YUV | 91.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 40 | 0.16 | 0 | 0.62 | 0.59 | 75.94 | 0.44 | 0.28 |
| Hex | 57 | 68 | 28 | 10 | 0 | 3E | 3B | 4C | 2C | 1C |
| Octal | 127 | 150 | 50 | 20 | 0 | 76 | 73 | 114 | 54 | 34 |
| Binary | 1010111 | 1101000 | 101000 | 10000 | 0 | 111110 | 111011 | 1001100 | 101100 | 11100 |
Color Harmonies of #576828
Complementary color
Monochromatic Colors of #576828
Black with #576828
Text Example
Text Example
White with #576828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576828; }
p { color: rgb(87,104,40); }
H1.HeaderClassName
{
color: #576828;
}
.AnyTagClassName
{
color: #576828;
}
</style>
background-color css
<style>
a { background-color: #576828; }
a { background-color: rgb(87,104,40); }
div.DivClassName
{
background-color: #576828;
}
.BgClassName
{
background-color: #576828;
}
</style>
border-color css
<style>
span { border-color: #576828; }
span { border-color: rgb(87,104,40); }
td.TdClassName
{
border-color: #576828;
}
.TagClassName
{
border-color: #576828;
}
</style>