Shades of Dingley #5E744E
Tints of Dingley #5E744E
RGB
CMYK
RGB Variations
Color information
#5E744E (or 0x5E744E) is known color: Dingley. HEX triplet: 5E, 74 and 4E. RGB value is (94,116,78). Sum of RGB (Red+Green+Blue) = 94+116+78=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #5E744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E744E is #A18BB1. Grayscale: #696969. Windows color (decimal): -10587058 or 5141598. OLE color: 5141598.
HSL color Cylindrical-coordinate representation of color #5E744E: hue angle of 94.74º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E744E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 78 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.55 |
| HSL | 94.74º | 0.2% | 0.38% | - |
| HSV(B) | 94.74º | 0.33% | 0.45% | - |
| XYZ | 12.24 | 15.42 | 9.54 | - |
| YUV | 105.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 78 | 0.19 | 0 | 0.33 | 0.55 | 94.74 | 0.2 | 0.38 |
| Hex | 5E | 74 | 4E | 13 | 0 | 21 | 37 | 5F | 14 | 26 |
| Octal | 136 | 164 | 116 | 23 | 0 | 41 | 67 | 137 | 24 | 46 |
| Binary | 1011110 | 1110100 | 1001110 | 10011 | 0 | 100001 | 110111 | 1011111 | 10100 | 100110 |
Color Harmonies of #5E744E
Complementary color
Monochromatic Colors of #5E744E
Black with #5E744E
Text Example
Text Example
White with #5E744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E744E; }
p { color: rgb(94,116,78); }
H1.HeaderClassName
{
color: #5E744E;
}
.AnyTagClassName
{
color: #5E744E;
}
</style>
background-color css
<style>
a { background-color: #5E744E; }
a { background-color: rgb(94,116,78); }
div.DivClassName
{
background-color: #5E744E;
}
.BgClassName
{
background-color: #5E744E;
}
</style>
border-color css
<style>
span { border-color: #5E744E; }
span { border-color: rgb(94,116,78); }
td.TdClassName
{
border-color: #5E744E;
}
.TagClassName
{
border-color: #5E744E;
}
</style>