Shades of Dingley #598238
Tints of Dingley #598238
RGB
CMYK
RGB Variations
Color information
#598238 (or 0x598238) is known color: Dingley. HEX triplet: 59, 82 and 38. RGB value is (89,130,56). Sum of RGB (Red+Green+Blue) = 89+130+56=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #598238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598238 is #A67DC7. Grayscale: #6D6D6D. Windows color (decimal): -10911176 or 3703385. OLE color: 3703385.
HSL color Cylindrical-coordinate representation of color #598238: hue angle of 93.24º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #598238 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 130 | 56 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.49 |
| HSL | 93.24º | 0.4% | 0.36% | - |
| HSV(B) | 93.24º | 0.57% | 0.51% | - |
| XYZ | 12.82 | 18.37 | 6.61 | - |
| YUV | 109.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 56 | 0.32 | 0 | 0.57 | 0.49 | 93.24 | 0.4 | 0.36 |
| Hex | 59 | 82 | 38 | 20 | 0 | 39 | 31 | 5D | 28 | 24 |
| Octal | 131 | 202 | 70 | 40 | 0 | 71 | 61 | 135 | 50 | 44 |
| Binary | 1011001 | 10000010 | 111000 | 100000 | 0 | 111001 | 110001 | 1011101 | 101000 | 100100 |
Color Harmonies of #598238
Complementary color
Monochromatic Colors of #598238
Black with #598238
Text Example
Text Example
White with #598238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598238; }
p { color: rgb(89,130,56); }
H1.HeaderClassName
{
color: #598238;
}
.AnyTagClassName
{
color: #598238;
}
</style>
background-color css
<style>
a { background-color: #598238; }
a { background-color: rgb(89,130,56); }
div.DivClassName
{
background-color: #598238;
}
.BgClassName
{
background-color: #598238;
}
</style>
border-color css
<style>
span { border-color: #598238; }
span { border-color: rgb(89,130,56); }
td.TdClassName
{
border-color: #598238;
}
.TagClassName
{
border-color: #598238;
}
</style>