Shades of Dingley #598041
Tints of Dingley #598041
RGB
CMYK
RGB Variations
Color information
#598041 (or 0x598041) is known color: Dingley. HEX triplet: 59, 80 and 41. RGB value is (89,128,65). Sum of RGB (Red+Green+Blue) = 89+128+65=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #598041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598041 is #A67FBE. Grayscale: #6D6D6D. Windows color (decimal): -10911679 or 4292697. OLE color: 4292697.
HSL color Cylindrical-coordinate representation of color #598041: hue angle of 97.14º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #598041 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 128 | 65 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.50 |
| HSL | 97.14º | 0.33% | 0.38% | - |
| HSV(B) | 97.14º | 0.49% | 0.5% | - |
| XYZ | 12.79 | 17.94 | 7.79 | - |
| YUV | 109.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 65 | 0.30 | 0 | 0.49 | 0.50 | 97.14 | 0.33 | 0.38 |
| Hex | 59 | 80 | 41 | 1E | 0 | 31 | 32 | 61 | 21 | 26 |
| Octal | 131 | 200 | 101 | 36 | 0 | 61 | 62 | 141 | 41 | 46 |
| Binary | 1011001 | 10000000 | 1000001 | 11110 | 0 | 110001 | 110010 | 1100001 | 100001 | 100110 |
Color Harmonies of #598041
Complementary color
Monochromatic Colors of #598041
Black with #598041
Text Example
Text Example
White with #598041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598041; }
p { color: rgb(89,128,65); }
H1.HeaderClassName
{
color: #598041;
}
.AnyTagClassName
{
color: #598041;
}
</style>
background-color css
<style>
a { background-color: #598041; }
a { background-color: rgb(89,128,65); }
div.DivClassName
{
background-color: #598041;
}
.BgClassName
{
background-color: #598041;
}
</style>
border-color css
<style>
span { border-color: #598041; }
span { border-color: rgb(89,128,65); }
td.TdClassName
{
border-color: #598041;
}
.TagClassName
{
border-color: #598041;
}
</style>