Shades of Dingley #5E7749
Tints of Dingley #5E7749
RGB
CMYK
RGB Variations
Color information
#5E7749 (or 0x5E7749) is known color: Dingley. HEX triplet: 5E, 77 and 49. RGB value is (94,119,73). Sum of RGB (Red+Green+Blue) = 94+119+73=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7749 is #A188B6. Grayscale: #6A6A6A. Windows color (decimal): -10586295 or 4814686. OLE color: 4814686.
HSL color Cylindrical-coordinate representation of color #5E7749: hue angle of 92.61º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E7749 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 73 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.53 |
| HSL | 92.61º | 0.24% | 0.38% | - |
| HSV(B) | 92.61º | 0.39% | 0.47% | - |
| XYZ | 12.42 | 16.05 | 8.75 | - |
| YUV | 106.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 73 | 0.21 | 0 | 0.39 | 0.53 | 92.61 | 0.24 | 0.38 |
| Hex | 5E | 77 | 49 | 15 | 0 | 27 | 35 | 5D | 18 | 26 |
| Octal | 136 | 167 | 111 | 25 | 0 | 47 | 65 | 135 | 30 | 46 |
| Binary | 1011110 | 1110111 | 1001001 | 10101 | 0 | 100111 | 110101 | 1011101 | 11000 | 100110 |
Color Harmonies of #5E7749
Complementary color
Monochromatic Colors of #5E7749
Black with #5E7749
Text Example
Text Example
White with #5E7749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7749; }
p { color: rgb(94,119,73); }
H1.HeaderClassName
{
color: #5E7749;
}
.AnyTagClassName
{
color: #5E7749;
}
</style>
background-color css
<style>
a { background-color: #5E7749; }
a { background-color: rgb(94,119,73); }
div.DivClassName
{
background-color: #5E7749;
}
.BgClassName
{
background-color: #5E7749;
}
</style>
border-color css
<style>
span { border-color: #5E7749; }
span { border-color: rgb(94,119,73); }
td.TdClassName
{
border-color: #5E7749;
}
.TagClassName
{
border-color: #5E7749;
}
</style>