Shades of Dark Olive Green #566529
Tints of Dark Olive Green #566529
RGB
CMYK
RGB Variations
Color information
#566529 (or 0x566529) is known color: Dark Olive Green. HEX triplet: 56, 65 and 29. RGB value is (86,101,41). Sum of RGB (Red+Green+Blue) = 86+101+41=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #566529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566529 is #A99AD6. Grayscale: #595959. Windows color (decimal): -11115223 or 2712918. OLE color: 2712918.
HSL color Cylindrical-coordinate representation of color #566529: hue angle of 75º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #566529 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 101 | 41 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.60 |
| HSL | 75º | 0.42% | 0.28% | - |
| HSV(B) | 75º | 0.59% | 0.4% | - |
| XYZ | 8.89 | 11.45 | 3.84 | - |
| YUV | 89.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 41 | 0.15 | 0 | 0.59 | 0.60 | 75 | 0.42 | 0.28 |
| Hex | 56 | 65 | 29 | F | 0 | 3B | 3C | 4B | 2A | 1C |
| Octal | 126 | 145 | 51 | 17 | 0 | 73 | 74 | 113 | 52 | 34 |
| Binary | 1010110 | 1100101 | 101001 | 1111 | 0 | 111011 | 111100 | 1001011 | 101010 | 11100 |
Color Harmonies of #566529
Complementary color
Monochromatic Colors of #566529
Black with #566529
Text Example
Text Example
White with #566529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566529; }
p { color: rgb(86,101,41); }
H1.HeaderClassName
{
color: #566529;
}
.AnyTagClassName
{
color: #566529;
}
</style>
background-color css
<style>
a { background-color: #566529; }
a { background-color: rgb(86,101,41); }
div.DivClassName
{
background-color: #566529;
}
.BgClassName
{
background-color: #566529;
}
</style>
border-color css
<style>
span { border-color: #566529; }
span { border-color: rgb(86,101,41); }
td.TdClassName
{
border-color: #566529;
}
.TagClassName
{
border-color: #566529;
}
</style>