Shades of Dingley #59883C
Tints of Dingley #59883C
RGB
CMYK
RGB Variations
Color information
#59883C (or 0x59883C) is known color: Dingley. HEX triplet: 59, 88 and 3C. RGB value is (89,136,60). Sum of RGB (Red+Green+Blue) = 89+136+60=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #59883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59883C is #A677C3. Grayscale: #717171. Windows color (decimal): -10909636 or 3967065. OLE color: 3967065.
HSL color Cylindrical-coordinate representation of color #59883C: hue angle of 97.11º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59883C is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 136 | 60 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.47 |
| HSL | 97.11º | 0.39% | 0.38% | - |
| HSV(B) | 97.11º | 0.56% | 0.53% | - |
| XYZ | 13.74 | 20.06 | 7.42 | - |
| YUV | 113.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 60 | 0.35 | 0 | 0.56 | 0.47 | 97.11 | 0.39 | 0.38 |
| Hex | 59 | 88 | 3C | 23 | 0 | 38 | 2F | 61 | 27 | 26 |
| Octal | 131 | 210 | 74 | 43 | 0 | 70 | 57 | 141 | 47 | 46 |
| Binary | 1011001 | 10001000 | 111100 | 100011 | 0 | 111000 | 101111 | 1100001 | 100111 | 100110 |
Color Harmonies of #59883C
Complementary color
Monochromatic Colors of #59883C
Black with #59883C
Text Example
Text Example
White with #59883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59883C; }
p { color: rgb(89,136,60); }
H1.HeaderClassName
{
color: #59883C;
}
.AnyTagClassName
{
color: #59883C;
}
</style>
background-color css
<style>
a { background-color: #59883C; }
a { background-color: rgb(89,136,60); }
div.DivClassName
{
background-color: #59883C;
}
.BgClassName
{
background-color: #59883C;
}
</style>
border-color css
<style>
span { border-color: #59883C; }
span { border-color: rgb(89,136,60); }
td.TdClassName
{
border-color: #59883C;
}
.TagClassName
{
border-color: #59883C;
}
</style>