Shades of Dark Olive Green #576635
Tints of Dark Olive Green #576635
RGB
CMYK
RGB Variations
Color information
#576635 (or 0x576635) is known color: Dark Olive Green. HEX triplet: 57, 66 and 35. RGB value is (87,102,53). Sum of RGB (Red+Green+Blue) = 87+102+53=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #576635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576635 is #A899CA. Grayscale: #5C5C5C. Windows color (decimal): -11049419 or 3499607. OLE color: 3499607.
HSL color Cylindrical-coordinate representation of color #576635: hue angle of 78.37º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #576635 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 102 | 53 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.6 |
| HSL | 78.37º | 0.32% | 0.3% | - |
| HSV(B) | 78.37º | 0.48% | 0.4% | - |
| XYZ | 9.32 | 11.79 | 5.15 | - |
| YUV | 91.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 53 | 0.15 | 0 | 0.48 | 0.6 | 78.37 | 0.32 | 0.3 |
| Hex | 57 | 66 | 35 | F | 0 | 30 | 3C | 4E | 20 | 1E |
| Octal | 127 | 146 | 65 | 17 | 0 | 60 | 74 | 116 | 40 | 36 |
| Binary | 1010111 | 1100110 | 110101 | 1111 | 0 | 110000 | 111100 | 1001110 | 100000 | 11110 |
Color Harmonies of #576635
Complementary color
Monochromatic Colors of #576635
Black with #576635
Text Example
Text Example
White with #576635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576635; }
p { color: rgb(87,102,53); }
H1.HeaderClassName
{
color: #576635;
}
.AnyTagClassName
{
color: #576635;
}
</style>
background-color css
<style>
a { background-color: #576635; }
a { background-color: rgb(87,102,53); }
div.DivClassName
{
background-color: #576635;
}
.BgClassName
{
background-color: #576635;
}
</style>
border-color css
<style>
span { border-color: #576635; }
span { border-color: rgb(87,102,53); }
td.TdClassName
{
border-color: #576635;
}
.TagClassName
{
border-color: #576635;
}
</style>