Shades of Dingley #5D863D
Tints of Dingley #5D863D
RGB
CMYK
RGB Variations
Color information
#5D863D (or 0x5D863D) is known color: Dingley. HEX triplet: 5D, 86 and 3D. RGB value is (93,134,61). Sum of RGB (Red+Green+Blue) = 93+134+61=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #5D863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D863D is #A279C2. Grayscale: #717171. Windows color (decimal): -10648003 or 4032093. OLE color: 4032093.
HSL color Cylindrical-coordinate representation of color #5D863D: hue angle of 93.7º 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 #5D863D is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 134 | 61 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.47 |
| HSL | 93.7º | 0.37% | 0.38% | - |
| HSV(B) | 93.7º | 0.54% | 0.53% | - |
| XYZ | 13.88 | 19.71 | 7.49 | - |
| YUV | 113.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 61 | 0.31 | 0 | 0.54 | 0.47 | 93.7 | 0.37 | 0.38 |
| Hex | 5D | 86 | 3D | 1F | 0 | 36 | 2F | 5E | 25 | 26 |
| Octal | 135 | 206 | 75 | 37 | 0 | 66 | 57 | 136 | 45 | 46 |
| Binary | 1011101 | 10000110 | 111101 | 11111 | 0 | 110110 | 101111 | 1011110 | 100101 | 100110 |
Color Harmonies of #5D863D
Complementary color
Monochromatic Colors of #5D863D
Black with #5D863D
Text Example
Text Example
White with #5D863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D863D; }
p { color: rgb(93,134,61); }
H1.HeaderClassName
{
color: #5D863D;
}
.AnyTagClassName
{
color: #5D863D;
}
</style>
background-color css
<style>
a { background-color: #5D863D; }
a { background-color: rgb(93,134,61); }
div.DivClassName
{
background-color: #5D863D;
}
.BgClassName
{
background-color: #5D863D;
}
</style>
border-color css
<style>
span { border-color: #5D863D; }
span { border-color: rgb(93,134,61); }
td.TdClassName
{
border-color: #5D863D;
}
.TagClassName
{
border-color: #5D863D;
}
</style>