Shades of Dingley #5E7741
Tints of Dingley #5E7741
RGB
CMYK
RGB Variations
Color information
#5E7741 (or 0x5E7741) is known color: Dingley. HEX triplet: 5E, 77 and 41. RGB value is (94,119,65). Sum of RGB (Red+Green+Blue) = 94+119+65=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7741 is #A188BE. Grayscale: #696969. Windows color (decimal): -10586303 or 4290398. OLE color: 4290398.
HSL color Cylindrical-coordinate representation of color #5E7741: hue angle of 87.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E7741 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 65 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.53 |
| HSL | 87.78º | 0.29% | 0.36% | - |
| HSV(B) | 87.78º | 0.45% | 0.47% | - |
| XYZ | 12.17 | 15.95 | 7.44 | - |
| YUV | 105.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 65 | 0.21 | 0 | 0.45 | 0.53 | 87.78 | 0.29 | 0.36 |
| Hex | 5E | 77 | 41 | 15 | 0 | 2D | 35 | 58 | 1D | 24 |
| Octal | 136 | 167 | 101 | 25 | 0 | 55 | 65 | 130 | 35 | 44 |
| Binary | 1011110 | 1110111 | 1000001 | 10101 | 0 | 101101 | 110101 | 1011000 | 11101 | 100100 |
Color Harmonies of #5E7741
Complementary color
Monochromatic Colors of #5E7741
Black with #5E7741
Text Example
Text Example
White with #5E7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7741; }
p { color: rgb(94,119,65); }
H1.HeaderClassName
{
color: #5E7741;
}
.AnyTagClassName
{
color: #5E7741;
}
</style>
background-color css
<style>
a { background-color: #5E7741; }
a { background-color: rgb(94,119,65); }
div.DivClassName
{
background-color: #5E7741;
}
.BgClassName
{
background-color: #5E7741;
}
</style>
border-color css
<style>
span { border-color: #5E7741; }
span { border-color: rgb(94,119,65); }
td.TdClassName
{
border-color: #5E7741;
}
.TagClassName
{
border-color: #5E7741;
}
</style>