Shades of Dingley #567E38
Tints of Dingley #567E38
RGB
CMYK
RGB Variations
Color information
#567E38 (or 0x567E38) is known color: Dingley. HEX triplet: 56, 7E and 38. RGB value is (86,126,56). Sum of RGB (Red+Green+Blue) = 86+126+56=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #567E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567E38 is #A981C7. Grayscale: #6A6A6A. Windows color (decimal): -11108808 or 3702358. OLE color: 3702358.
HSL color Cylindrical-coordinate representation of color #567E38: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #567E38 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 126 | 56 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.51 |
| HSL | 94.29º | 0.38% | 0.36% | - |
| HSV(B) | 94.29º | 0.56% | 0.49% | - |
| XYZ | 12.01 | 17.19 | 6.43 | - |
| YUV | 106.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 56 | 0.32 | 0 | 0.56 | 0.51 | 94.29 | 0.38 | 0.36 |
| Hex | 56 | 7E | 38 | 20 | 0 | 38 | 33 | 5E | 26 | 24 |
| Octal | 126 | 176 | 70 | 40 | 0 | 70 | 63 | 136 | 46 | 44 |
| Binary | 1010110 | 1111110 | 111000 | 100000 | 0 | 111000 | 110011 | 1011110 | 100110 | 100100 |
Color Harmonies of #567E38
Complementary color
Monochromatic Colors of #567E38
Black with #567E38
Text Example
Text Example
White with #567E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E38; }
p { color: rgb(86,126,56); }
H1.HeaderClassName
{
color: #567E38;
}
.AnyTagClassName
{
color: #567E38;
}
</style>
background-color css
<style>
a { background-color: #567E38; }
a { background-color: rgb(86,126,56); }
div.DivClassName
{
background-color: #567E38;
}
.BgClassName
{
background-color: #567E38;
}
</style>
border-color css
<style>
span { border-color: #567E38; }
span { border-color: rgb(86,126,56); }
td.TdClassName
{
border-color: #567E38;
}
.TagClassName
{
border-color: #567E38;
}
</style>