Shades of Dark Olive Green #566E30
Tints of Dark Olive Green #566E30
RGB
CMYK
RGB Variations
Color information
#566E30 (or 0x566E30) is known color: Dark Olive Green. HEX triplet: 56, 6E and 30. RGB value is (86,110,48). Sum of RGB (Red+Green+Blue) = 86+110+48=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #566E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566E30 is #A991CF. Grayscale: #5F5F5F. Windows color (decimal): -11112912 or 3173974. OLE color: 3173974.
HSL color Cylindrical-coordinate representation of color #566E30: hue angle of 83.23º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #566E30 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 48 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.57 |
| HSL | 83.23º | 0.39% | 0.31% | - |
| HSV(B) | 83.23º | 0.56% | 0.43% | - |
| XYZ | 9.95 | 13.34 | 4.85 | - |
| YUV | 95.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 48 | 0.22 | 0 | 0.56 | 0.57 | 83.23 | 0.39 | 0.31 |
| Hex | 56 | 6E | 30 | 16 | 0 | 38 | 39 | 53 | 27 | 1F |
| Octal | 126 | 156 | 60 | 26 | 0 | 70 | 71 | 123 | 47 | 37 |
| Binary | 1010110 | 1101110 | 110000 | 10110 | 0 | 111000 | 111001 | 1010011 | 100111 | 11111 |
Color Harmonies of #566E30
Complementary color
Monochromatic Colors of #566E30
Black with #566E30
Text Example
Text Example
White with #566E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E30; }
p { color: rgb(86,110,48); }
H1.HeaderClassName
{
color: #566E30;
}
.AnyTagClassName
{
color: #566E30;
}
</style>
background-color css
<style>
a { background-color: #566E30; }
a { background-color: rgb(86,110,48); }
div.DivClassName
{
background-color: #566E30;
}
.BgClassName
{
background-color: #566E30;
}
</style>
border-color css
<style>
span { border-color: #566E30; }
span { border-color: rgb(86,110,48); }
td.TdClassName
{
border-color: #566E30;
}
.TagClassName
{
border-color: #566E30;
}
</style>