Shades of Dark Olive Green #576D2C
Tints of Dark Olive Green #576D2C
RGB
CMYK
RGB Variations
Color information
#576D2C (or 0x576D2C) is known color: Dark Olive Green. HEX triplet: 57, 6D and 2C. RGB value is (87,109,44). Sum of RGB (Red+Green+Blue) = 87+109+44=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #576D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576D2C is #A892D3. Grayscale: #5F5F5F. Windows color (decimal): -11047636 or 2911575. OLE color: 2911575.
HSL color Cylindrical-coordinate representation of color #576D2C: hue angle of 80.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #576D2C is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 109 | 44 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.57 |
| HSL | 80.31º | 0.42% | 0.3% | - |
| HSV(B) | 80.31º | 0.6% | 0.43% | - |
| XYZ | 9.85 | 13.15 | 4.4 | - |
| YUV | 95.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 44 | 0.20 | 0 | 0.60 | 0.57 | 80.31 | 0.42 | 0.3 |
| Hex | 57 | 6D | 2C | 14 | 0 | 3C | 39 | 50 | 2A | 1E |
| Octal | 127 | 155 | 54 | 24 | 0 | 74 | 71 | 120 | 52 | 36 |
| Binary | 1010111 | 1101101 | 101100 | 10100 | 0 | 111100 | 111001 | 1010000 | 101010 | 11110 |
Color Harmonies of #576D2C
Complementary color
Monochromatic Colors of #576D2C
Black with #576D2C
Text Example
Text Example
White with #576D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576D2C; }
p { color: rgb(87,109,44); }
H1.HeaderClassName
{
color: #576D2C;
}
.AnyTagClassName
{
color: #576D2C;
}
</style>
background-color css
<style>
a { background-color: #576D2C; }
a { background-color: rgb(87,109,44); }
div.DivClassName
{
background-color: #576D2C;
}
.BgClassName
{
background-color: #576D2C;
}
</style>
border-color css
<style>
span { border-color: #576D2C; }
span { border-color: rgb(87,109,44); }
td.TdClassName
{
border-color: #576D2C;
}
.TagClassName
{
border-color: #576D2C;
}
</style>