Shades of Dingley #5E863D
Tints of Dingley #5E863D
RGB
CMYK
RGB Variations
Color information
#5E863D (or 0x5E863D) is known color: Dingley. HEX triplet: 5E, 86 and 3D. RGB value is (94,134,61). Sum of RGB (Red+Green+Blue) = 94+134+61=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #5E863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E863D is #A179C2. Grayscale: #717171. Windows color (decimal): -10582467 or 4032094. OLE color: 4032094.
HSL color Cylindrical-coordinate representation of color #5E863D: hue angle of 92.88º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E863D is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 61 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.47 |
| HSL | 92.88º | 0.37% | 0.38% | - |
| HSV(B) | 92.88º | 0.54% | 0.53% | - |
| XYZ | 13.98 | 19.77 | 7.49 | - |
| YUV | 113.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 61 | 0.30 | 0 | 0.54 | 0.47 | 92.88 | 0.37 | 0.38 |
| Hex | 5E | 86 | 3D | 1E | 0 | 36 | 2F | 5D | 25 | 26 |
| Octal | 136 | 206 | 75 | 36 | 0 | 66 | 57 | 135 | 45 | 46 |
| Binary | 1011110 | 10000110 | 111101 | 11110 | 0 | 110110 | 101111 | 1011101 | 100101 | 100110 |
Color Harmonies of #5E863D
Complementary color
Monochromatic Colors of #5E863D
Black with #5E863D
Text Example
Text Example
White with #5E863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E863D; }
p { color: rgb(94,134,61); }
H1.HeaderClassName
{
color: #5E863D;
}
.AnyTagClassName
{
color: #5E863D;
}
</style>
background-color css
<style>
a { background-color: #5E863D; }
a { background-color: rgb(94,134,61); }
div.DivClassName
{
background-color: #5E863D;
}
.BgClassName
{
background-color: #5E863D;
}
</style>
border-color css
<style>
span { border-color: #5E863D; }
span { border-color: rgb(94,134,61); }
td.TdClassName
{
border-color: #5E863D;
}
.TagClassName
{
border-color: #5E863D;
}
</style>