Shades of Dingley #5E744F
Tints of Dingley #5E744F
RGB
CMYK
RGB Variations
Color information
#5E744F (or 0x5E744F) is known color: Dingley. HEX triplet: 5E, 74 and 4F. RGB value is (94,116,79). Sum of RGB (Red+Green+Blue) = 94+116+79=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #5E744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E744F is #A18BB0. Grayscale: #696969. Windows color (decimal): -10587057 or 5207134. OLE color: 5207134.
HSL color Cylindrical-coordinate representation of color #5E744F: hue angle of 95.68º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E744F is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 79 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.55 |
| HSL | 95.68º | 0.19% | 0.38% | - |
| HSV(B) | 95.68º | 0.32% | 0.45% | - |
| XYZ | 12.27 | 15.43 | 9.73 | - |
| YUV | 105.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 79 | 0.19 | 0 | 0.32 | 0.55 | 95.68 | 0.19 | 0.38 |
| Hex | 5E | 74 | 4F | 13 | 0 | 20 | 37 | 60 | 13 | 26 |
| Octal | 136 | 164 | 117 | 23 | 0 | 40 | 67 | 140 | 23 | 46 |
| Binary | 1011110 | 1110100 | 1001111 | 10011 | 0 | 100000 | 110111 | 1100000 | 10011 | 100110 |
Color Harmonies of #5E744F
Complementary color
Monochromatic Colors of #5E744F
Black with #5E744F
Text Example
Text Example
White with #5E744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E744F; }
p { color: rgb(94,116,79); }
H1.HeaderClassName
{
color: #5E744F;
}
.AnyTagClassName
{
color: #5E744F;
}
</style>
background-color css
<style>
a { background-color: #5E744F; }
a { background-color: rgb(94,116,79); }
div.DivClassName
{
background-color: #5E744F;
}
.BgClassName
{
background-color: #5E744F;
}
</style>
border-color css
<style>
span { border-color: #5E744F; }
span { border-color: rgb(94,116,79); }
td.TdClassName
{
border-color: #5E744F;
}
.TagClassName
{
border-color: #5E744F;
}
</style>