Shades of Dingley #567740
Tints of Dingley #567740
RGB
CMYK
RGB Variations
Color information
#567740 (or 0x567740) is known color: Dingley. HEX triplet: 56, 77 and 40. RGB value is (86,119,64). Sum of RGB (Red+Green+Blue) = 86+119+64=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #567740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567740 is #A988BF. Grayscale: #676767. Windows color (decimal): -11110592 or 4224854. OLE color: 4224854.
HSL color Cylindrical-coordinate representation of color #567740: hue angle of 96º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #567740 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 119 | 64 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.53 |
| HSL | 96º | 0.3% | 0.36% | - |
| HSV(B) | 96º | 0.46% | 0.47% | - |
| XYZ | 11.36 | 15.54 | 7.25 | - |
| YUV | 102.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 64 | 0.28 | 0 | 0.46 | 0.53 | 96 | 0.3 | 0.36 |
| Hex | 56 | 77 | 40 | 1C | 0 | 2E | 35 | 60 | 1E | 24 |
| Octal | 126 | 167 | 100 | 34 | 0 | 56 | 65 | 140 | 36 | 44 |
| Binary | 1010110 | 1110111 | 1000000 | 11100 | 0 | 101110 | 110101 | 1100000 | 11110 | 100100 |
Color Harmonies of #567740
Complementary color
Monochromatic Colors of #567740
Black with #567740
Text Example
Text Example
White with #567740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567740; }
p { color: rgb(86,119,64); }
H1.HeaderClassName
{
color: #567740;
}
.AnyTagClassName
{
color: #567740;
}
</style>
background-color css
<style>
a { background-color: #567740; }
a { background-color: rgb(86,119,64); }
div.DivClassName
{
background-color: #567740;
}
.BgClassName
{
background-color: #567740;
}
</style>
border-color css
<style>
span { border-color: #567740; }
span { border-color: rgb(86,119,64); }
td.TdClassName
{
border-color: #567740;
}
.TagClassName
{
border-color: #567740;
}
</style>