Shades of Dingley #567E3B
Tints of Dingley #567E3B
RGB
CMYK
RGB Variations
Color information
#567E3B (or 0x567E3B) is known color: Dingley. HEX triplet: 56, 7E and 3B. RGB value is (86,126,59). Sum of RGB (Red+Green+Blue) = 86+126+59=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 126 - color contains mainly: green. Hex color #567E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567E3B is #A981C4. Grayscale: #6A6A6A. Windows color (decimal): -11108805 or 3898966. OLE color: 3898966.
HSL color Cylindrical-coordinate representation of color #567E3B: hue angle of 95.82º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #567E3B is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 126 | 59 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.51 |
| HSL | 95.82º | 0.36% | 0.36% | - |
| HSV(B) | 95.82º | 0.53% | 0.49% | - |
| XYZ | 12.09 | 17.22 | 6.82 | - |
| YUV | 106.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 59 | 0.32 | 0 | 0.53 | 0.51 | 95.82 | 0.36 | 0.36 |
| Hex | 56 | 7E | 3B | 20 | 0 | 35 | 33 | 60 | 24 | 24 |
| Octal | 126 | 176 | 73 | 40 | 0 | 65 | 63 | 140 | 44 | 44 |
| Binary | 1010110 | 1111110 | 111011 | 100000 | 0 | 110101 | 110011 | 1100000 | 100100 | 100100 |
Color Harmonies of #567E3B
Complementary color
Monochromatic Colors of #567E3B
Black with #567E3B
Text Example
Text Example
White with #567E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E3B; }
p { color: rgb(86,126,59); }
H1.HeaderClassName
{
color: #567E3B;
}
.AnyTagClassName
{
color: #567E3B;
}
</style>
background-color css
<style>
a { background-color: #567E3B; }
a { background-color: rgb(86,126,59); }
div.DivClassName
{
background-color: #567E3B;
}
.BgClassName
{
background-color: #567E3B;
}
</style>
border-color css
<style>
span { border-color: #567E3B; }
span { border-color: rgb(86,126,59); }
td.TdClassName
{
border-color: #567E3B;
}
.TagClassName
{
border-color: #567E3B;
}
</style>