Shades of Dingley #598441
Tints of Dingley #598441
RGB
CMYK
RGB Variations
Color information
#598441 (or 0x598441) is known color: Dingley. HEX triplet: 59, 84 and 41. RGB value is (89,132,65). Sum of RGB (Red+Green+Blue) = 89+132+65=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #598441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598441 is #A67BBE. Grayscale: #6F6F6F. Windows color (decimal): -10910655 or 4293721. OLE color: 4293721.
HSL color Cylindrical-coordinate representation of color #598441: hue angle of 98.51º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #598441 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 132 | 65 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.48 |
| HSL | 98.51º | 0.34% | 0.39% | - |
| HSV(B) | 98.51º | 0.51% | 0.52% | - |
| XYZ | 13.33 | 19.01 | 7.97 | - |
| YUV | 111.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 65 | 0.33 | 0 | 0.51 | 0.48 | 98.51 | 0.34 | 0.39 |
| Hex | 59 | 84 | 41 | 21 | 0 | 33 | 30 | 63 | 22 | 27 |
| Octal | 131 | 204 | 101 | 41 | 0 | 63 | 60 | 143 | 42 | 47 |
| Binary | 1011001 | 10000100 | 1000001 | 100001 | 0 | 110011 | 110000 | 1100011 | 100010 | 100111 |
Color Harmonies of #598441
Complementary color
Monochromatic Colors of #598441
Black with #598441
Text Example
Text Example
White with #598441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598441; }
p { color: rgb(89,132,65); }
H1.HeaderClassName
{
color: #598441;
}
.AnyTagClassName
{
color: #598441;
}
</style>
background-color css
<style>
a { background-color: #598441; }
a { background-color: rgb(89,132,65); }
div.DivClassName
{
background-color: #598441;
}
.BgClassName
{
background-color: #598441;
}
</style>
border-color css
<style>
span { border-color: #598441; }
span { border-color: rgb(89,132,65); }
td.TdClassName
{
border-color: #598441;
}
.TagClassName
{
border-color: #598441;
}
</style>