Shades of Dingley #5E7E47
Tints of Dingley #5E7E47
RGB
CMYK
RGB Variations
Color information
#5E7E47 (or 0x5E7E47) is known color: Dingley. HEX triplet: 5E, 7E and 47. RGB value is (94,126,71). Sum of RGB (Red+Green+Blue) = 94+126+71=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7E47 is #A181B8. Grayscale: #6E6E6E. Windows color (decimal): -10584505 or 4685406. OLE color: 4685406.
HSL color Cylindrical-coordinate representation of color #5E7E47: hue angle of 94.91º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E7E47 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 126 | 71 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.51 |
| HSL | 94.91º | 0.28% | 0.39% | - |
| HSV(B) | 94.91º | 0.44% | 0.49% | - |
| XYZ | 13.21 | 17.76 | 8.69 | - |
| YUV | 110.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 126 | 71 | 0.25 | 0 | 0.44 | 0.51 | 94.91 | 0.28 | 0.39 |
| Hex | 5E | 7E | 47 | 19 | 0 | 2C | 33 | 5F | 1C | 27 |
| Octal | 136 | 176 | 107 | 31 | 0 | 54 | 63 | 137 | 34 | 47 |
| Binary | 1011110 | 1111110 | 1000111 | 11001 | 0 | 101100 | 110011 | 1011111 | 11100 | 100111 |
Color Harmonies of #5E7E47
Complementary color
Monochromatic Colors of #5E7E47
Black with #5E7E47
Text Example
Text Example
White with #5E7E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7E47; }
p { color: rgb(94,126,71); }
H1.HeaderClassName
{
color: #5E7E47;
}
.AnyTagClassName
{
color: #5E7E47;
}
</style>
background-color css
<style>
a { background-color: #5E7E47; }
a { background-color: rgb(94,126,71); }
div.DivClassName
{
background-color: #5E7E47;
}
.BgClassName
{
background-color: #5E7E47;
}
</style>
border-color css
<style>
span { border-color: #5E7E47; }
span { border-color: rgb(94,126,71); }
td.TdClassName
{
border-color: #5E7E47;
}
.TagClassName
{
border-color: #5E7E47;
}
</style>