Shades of Dingley #5E7645
Tints of Dingley #5E7645
RGB
CMYK
RGB Variations
Color information
#5E7645 (or 0x5E7645) is known color: Dingley. HEX triplet: 5E, 76 and 45. RGB value is (94,118,69). Sum of RGB (Red+Green+Blue) = 94+118+69=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7645 is #A189BA. Grayscale: #696969. Windows color (decimal): -10586555 or 4552286. OLE color: 4552286.
HSL color Cylindrical-coordinate representation of color #5E7645: hue angle of 89.39º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E7645 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 69 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.54 |
| HSL | 89.39º | 0.26% | 0.37% | - |
| HSV(B) | 89.39º | 0.42% | 0.46% | - |
| XYZ | 12.17 | 15.77 | 8.03 | - |
| YUV | 105.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 69 | 0.20 | 0 | 0.42 | 0.54 | 89.39 | 0.26 | 0.37 |
| Hex | 5E | 76 | 45 | 14 | 0 | 2A | 36 | 59 | 1A | 25 |
| Octal | 136 | 166 | 105 | 24 | 0 | 52 | 66 | 131 | 32 | 45 |
| Binary | 1011110 | 1110110 | 1000101 | 10100 | 0 | 101010 | 110110 | 1011001 | 11010 | 100101 |
Color Harmonies of #5E7645
Complementary color
Monochromatic Colors of #5E7645
Black with #5E7645
Text Example
Text Example
White with #5E7645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7645; }
p { color: rgb(94,118,69); }
H1.HeaderClassName
{
color: #5E7645;
}
.AnyTagClassName
{
color: #5E7645;
}
</style>
background-color css
<style>
a { background-color: #5E7645; }
a { background-color: rgb(94,118,69); }
div.DivClassName
{
background-color: #5E7645;
}
.BgClassName
{
background-color: #5E7645;
}
</style>
border-color css
<style>
span { border-color: #5E7645; }
span { border-color: rgb(94,118,69); }
td.TdClassName
{
border-color: #5E7645;
}
.TagClassName
{
border-color: #5E7645;
}
</style>