Shades of Dingley #5E7C48
Tints of Dingley #5E7C48
RGB
CMYK
RGB Variations
Color information
#5E7C48 (or 0x5E7C48) is known color: Dingley. HEX triplet: 5E, 7C and 48. RGB value is (94,124,72). Sum of RGB (Red+Green+Blue) = 94+124+72=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7C48 is #A183B7. Grayscale: #6D6D6D. Windows color (decimal): -10585016 or 4750430. OLE color: 4750430.
HSL color Cylindrical-coordinate representation of color #5E7C48: hue angle of 94.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E7C48 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 124 | 72 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.51 |
| HSL | 94.62º | 0.27% | 0.38% | - |
| HSV(B) | 94.62º | 0.42% | 0.49% | - |
| XYZ | 12.99 | 17.26 | 8.78 | - |
| YUV | 109.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 72 | 0.24 | 0 | 0.42 | 0.51 | 94.62 | 0.27 | 0.38 |
| Hex | 5E | 7C | 48 | 18 | 0 | 2A | 33 | 5F | 1B | 26 |
| Octal | 136 | 174 | 110 | 30 | 0 | 52 | 63 | 137 | 33 | 46 |
| Binary | 1011110 | 1111100 | 1001000 | 11000 | 0 | 101010 | 110011 | 1011111 | 11011 | 100110 |
Color Harmonies of #5E7C48
Complementary color
Monochromatic Colors of #5E7C48
Black with #5E7C48
Text Example
Text Example
White with #5E7C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7C48; }
p { color: rgb(94,124,72); }
H1.HeaderClassName
{
color: #5E7C48;
}
.AnyTagClassName
{
color: #5E7C48;
}
</style>
background-color css
<style>
a { background-color: #5E7C48; }
a { background-color: rgb(94,124,72); }
div.DivClassName
{
background-color: #5E7C48;
}
.BgClassName
{
background-color: #5E7C48;
}
</style>
border-color css
<style>
span { border-color: #5E7C48; }
span { border-color: rgb(94,124,72); }
td.TdClassName
{
border-color: #5E7C48;
}
.TagClassName
{
border-color: #5E7C48;
}
</style>