Shades of Dingley #5E7547
Tints of Dingley #5E7547
RGB
CMYK
RGB Variations
Color information
#5E7547 (or 0x5E7547) is known color: Dingley. HEX triplet: 5E, 75 and 47. RGB value is (94,117,71). Sum of RGB (Red+Green+Blue) = 94+117+71=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7547 is #A18AB8. Grayscale: #696969. Windows color (decimal): -10586809 or 4683102. OLE color: 4683102.
HSL color Cylindrical-coordinate representation of color #5E7547: hue angle of 90º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E7547 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 71 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.54 |
| HSL | 90º | 0.24% | 0.37% | - |
| HSV(B) | 90º | 0.39% | 0.46% | - |
| XYZ | 12.11 | 15.56 | 8.33 | - |
| YUV | 104.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 71 | 0.20 | 0 | 0.39 | 0.54 | 90 | 0.24 | 0.37 |
| Hex | 5E | 75 | 47 | 14 | 0 | 27 | 36 | 5A | 18 | 25 |
| Octal | 136 | 165 | 107 | 24 | 0 | 47 | 66 | 132 | 30 | 45 |
| Binary | 1011110 | 1110101 | 1000111 | 10100 | 0 | 100111 | 110110 | 1011010 | 11000 | 100101 |
Color Harmonies of #5E7547
Complementary color
Monochromatic Colors of #5E7547
Black with #5E7547
Text Example
Text Example
White with #5E7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7547; }
p { color: rgb(94,117,71); }
H1.HeaderClassName
{
color: #5E7547;
}
.AnyTagClassName
{
color: #5E7547;
}
</style>
background-color css
<style>
a { background-color: #5E7547; }
a { background-color: rgb(94,117,71); }
div.DivClassName
{
background-color: #5E7547;
}
.BgClassName
{
background-color: #5E7547;
}
</style>
border-color css
<style>
span { border-color: #5E7547; }
span { border-color: rgb(94,117,71); }
td.TdClassName
{
border-color: #5E7547;
}
.TagClassName
{
border-color: #5E7547;
}
</style>