Shades of Dingley #598241
Tints of Dingley #598241
RGB
CMYK
RGB Variations
Color information
#598241 (or 0x598241) is known color: Dingley. HEX triplet: 59, 82 and 41. RGB value is (89,130,65). Sum of RGB (Red+Green+Blue) = 89+130+65=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #598241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598241 is #A67DBE. Grayscale: #6E6E6E. Windows color (decimal): -10911167 or 4293209. OLE color: 4293209.
HSL color Cylindrical-coordinate representation of color #598241: hue angle of 97.85º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #598241 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 130 | 65 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.49 |
| HSL | 97.85º | 0.33% | 0.38% | - |
| HSV(B) | 97.85º | 0.5% | 0.51% | - |
| XYZ | 13.06 | 18.47 | 7.88 | - |
| YUV | 110.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 65 | 0.32 | 0 | 0.50 | 0.49 | 97.85 | 0.33 | 0.38 |
| Hex | 59 | 82 | 41 | 20 | 0 | 32 | 31 | 62 | 21 | 26 |
| Octal | 131 | 202 | 101 | 40 | 0 | 62 | 61 | 142 | 41 | 46 |
| Binary | 1011001 | 10000010 | 1000001 | 100000 | 0 | 110010 | 110001 | 1100010 | 100001 | 100110 |
Color Harmonies of #598241
Complementary color
Monochromatic Colors of #598241
Black with #598241
Text Example
Text Example
White with #598241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598241; }
p { color: rgb(89,130,65); }
H1.HeaderClassName
{
color: #598241;
}
.AnyTagClassName
{
color: #598241;
}
</style>
background-color css
<style>
a { background-color: #598241; }
a { background-color: rgb(89,130,65); }
div.DivClassName
{
background-color: #598241;
}
.BgClassName
{
background-color: #598241;
}
</style>
border-color css
<style>
span { border-color: #598241; }
span { border-color: rgb(89,130,65); }
td.TdClassName
{
border-color: #598241;
}
.TagClassName
{
border-color: #598241;
}
</style>