Shades of Dark Olive Green #566335
Tints of Dark Olive Green #566335
RGB
CMYK
RGB Variations
Color information
#566335 (or 0x566335) is known color: Dark Olive Green. HEX triplet: 56, 63 and 35. RGB value is (86,99,53). Sum of RGB (Red+Green+Blue) = 86+99+53=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #566335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566335 is #A99CCA. Grayscale: #5A5A5A. Windows color (decimal): -11115723 or 3498838. OLE color: 3498838.
HSL color Cylindrical-coordinate representation of color #566335: hue angle of 76.96º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #566335 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 99 | 53 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.61 |
| HSL | 76.96º | 0.3% | 0.3% | - |
| HSV(B) | 76.96º | 0.46% | 0.39% | - |
| XYZ | 8.94 | 11.16 | 5.05 | - |
| YUV | 89.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 53 | 0.13 | 0 | 0.46 | 0.61 | 76.96 | 0.3 | 0.3 |
| Hex | 56 | 63 | 35 | D | 0 | 2E | 3D | 4D | 1E | 1E |
| Octal | 126 | 143 | 65 | 15 | 0 | 56 | 75 | 115 | 36 | 36 |
| Binary | 1010110 | 1100011 | 110101 | 1101 | 0 | 101110 | 111101 | 1001101 | 11110 | 11110 |
Color Harmonies of #566335
Complementary color
Monochromatic Colors of #566335
Black with #566335
Text Example
Text Example
White with #566335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566335; }
p { color: rgb(86,99,53); }
H1.HeaderClassName
{
color: #566335;
}
.AnyTagClassName
{
color: #566335;
}
</style>
background-color css
<style>
a { background-color: #566335; }
a { background-color: rgb(86,99,53); }
div.DivClassName
{
background-color: #566335;
}
.BgClassName
{
background-color: #566335;
}
</style>
border-color css
<style>
span { border-color: #566335; }
span { border-color: rgb(86,99,53); }
td.TdClassName
{
border-color: #566335;
}
.TagClassName
{
border-color: #566335;
}
</style>