Shades of Dingley #5D883E
Tints of Dingley #5D883E
RGB
CMYK
RGB Variations
Color information
#5D883E (or 0x5D883E) is known color: Dingley. HEX triplet: 5D, 88 and 3E. RGB value is (93,136,62). Sum of RGB (Red+Green+Blue) = 93+136+62=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #5D883E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D883E is #A277C1. Grayscale: #727272. Windows color (decimal): -10647490 or 4098141. OLE color: 4098141.
HSL color Cylindrical-coordinate representation of color #5D883E: hue angle of 94.86º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D883E is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 136 | 62 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.47 |
| HSL | 94.86º | 0.37% | 0.39% | - |
| HSV(B) | 94.86º | 0.54% | 0.53% | - |
| XYZ | 14.19 | 20.28 | 7.72 | - |
| YUV | 114.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 62 | 0.32 | 0 | 0.54 | 0.47 | 94.86 | 0.37 | 0.39 |
| Hex | 5D | 88 | 3E | 20 | 0 | 36 | 2F | 5F | 25 | 27 |
| Octal | 135 | 210 | 76 | 40 | 0 | 66 | 57 | 137 | 45 | 47 |
| Binary | 1011101 | 10001000 | 111110 | 100000 | 0 | 110110 | 101111 | 1011111 | 100101 | 100111 |
Color Harmonies of #5D883E
Complementary color
Monochromatic Colors of #5D883E
Black with #5D883E
Text Example
Text Example
White with #5D883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D883E; }
p { color: rgb(93,136,62); }
H1.HeaderClassName
{
color: #5D883E;
}
.AnyTagClassName
{
color: #5D883E;
}
</style>
background-color css
<style>
a { background-color: #5D883E; }
a { background-color: rgb(93,136,62); }
div.DivClassName
{
background-color: #5D883E;
}
.BgClassName
{
background-color: #5D883E;
}
</style>
border-color css
<style>
span { border-color: #5D883E; }
span { border-color: rgb(93,136,62); }
td.TdClassName
{
border-color: #5D883E;
}
.TagClassName
{
border-color: #5D883E;
}
</style>