Shades of Dingley #598240
Tints of Dingley #598240
RGB
CMYK
RGB Variations
Color information
#598240 (or 0x598240) is known color: Dingley. HEX triplet: 59, 82 and 40. RGB value is (89,130,64). Sum of RGB (Red+Green+Blue) = 89+130+64=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #598240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598240 is #A67DBF. Grayscale: #6E6E6E. Windows color (decimal): -10911168 or 4227673. OLE color: 4227673.
HSL color Cylindrical-coordinate representation of color #598240: hue angle of 97.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #598240 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 130 | 64 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.49 |
| HSL | 97.27º | 0.34% | 0.38% | - |
| HSV(B) | 97.27º | 0.51% | 0.51% | - |
| XYZ | 13.03 | 18.46 | 7.73 | - |
| YUV | 110.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 64 | 0.32 | 0 | 0.51 | 0.49 | 97.27 | 0.34 | 0.38 |
| Hex | 59 | 82 | 40 | 20 | 0 | 33 | 31 | 61 | 22 | 26 |
| Octal | 131 | 202 | 100 | 40 | 0 | 63 | 61 | 141 | 42 | 46 |
| Binary | 1011001 | 10000010 | 1000000 | 100000 | 0 | 110011 | 110001 | 1100001 | 100010 | 100110 |
Color Harmonies of #598240
Complementary color
Monochromatic Colors of #598240
Black with #598240
Text Example
Text Example
White with #598240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598240; }
p { color: rgb(89,130,64); }
H1.HeaderClassName
{
color: #598240;
}
.AnyTagClassName
{
color: #598240;
}
</style>
background-color css
<style>
a { background-color: #598240; }
a { background-color: rgb(89,130,64); }
div.DivClassName
{
background-color: #598240;
}
.BgClassName
{
background-color: #598240;
}
</style>
border-color css
<style>
span { border-color: #598240; }
span { border-color: rgb(89,130,64); }
td.TdClassName
{
border-color: #598240;
}
.TagClassName
{
border-color: #598240;
}
</style>