Shades of Dingley #5E7546
Tints of Dingley #5E7546
RGB
CMYK
RGB Variations
Color information
#5E7546 (or 0x5E7546) is known color: Dingley. HEX triplet: 5E, 75 and 46. RGB value is (94,117,70). Sum of RGB (Red+Green+Blue) = 94+117+70=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7546 is #A18AB9. Grayscale: #686868. Windows color (decimal): -10586810 or 4617566. OLE color: 4617566.
HSL color Cylindrical-coordinate representation of color #5E7546: hue angle of 89.36º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E7546 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 70 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.54 |
| HSL | 89.36º | 0.25% | 0.37% | - |
| HSV(B) | 89.36º | 0.4% | 0.46% | - |
| XYZ | 12.08 | 15.54 | 8.16 | - |
| YUV | 104.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 70 | 0.20 | 0 | 0.40 | 0.54 | 89.36 | 0.25 | 0.37 |
| Hex | 5E | 75 | 46 | 14 | 0 | 28 | 36 | 59 | 19 | 25 |
| Octal | 136 | 165 | 106 | 24 | 0 | 50 | 66 | 131 | 31 | 45 |
| Binary | 1011110 | 1110101 | 1000110 | 10100 | 0 | 101000 | 110110 | 1011001 | 11001 | 100101 |
Color Harmonies of #5E7546
Complementary color
Monochromatic Colors of #5E7546
Black with #5E7546
Text Example
Text Example
White with #5E7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7546; }
p { color: rgb(94,117,70); }
H1.HeaderClassName
{
color: #5E7546;
}
.AnyTagClassName
{
color: #5E7546;
}
</style>
background-color css
<style>
a { background-color: #5E7546; }
a { background-color: rgb(94,117,70); }
div.DivClassName
{
background-color: #5E7546;
}
.BgClassName
{
background-color: #5E7546;
}
</style>
border-color css
<style>
span { border-color: #5E7546; }
span { border-color: rgb(94,117,70); }
td.TdClassName
{
border-color: #5E7546;
}
.TagClassName
{
border-color: #5E7546;
}
</style>