Shades of Dingley #597C46
Tints of Dingley #597C46
RGB
CMYK
RGB Variations
Color information
#597C46 (or 0x597C46) is known color: Dingley. HEX triplet: 59, 7C and 46. RGB value is (89,124,70). Sum of RGB (Red+Green+Blue) = 89+124+70=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #597C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597C46 is #A683B9. Grayscale: #6B6B6B. Windows color (decimal): -10912698 or 4619353. OLE color: 4619353.
HSL color Cylindrical-coordinate representation of color #597C46: hue angle of 98.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #597C46 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 70 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.51 |
| HSL | 98.89º | 0.28% | 0.38% | - |
| HSV(B) | 98.89º | 0.44% | 0.49% | - |
| XYZ | 12.43 | 16.98 | 8.42 | - |
| YUV | 107.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 70 | 0.28 | 0 | 0.44 | 0.51 | 98.89 | 0.28 | 0.38 |
| Hex | 59 | 7C | 46 | 1C | 0 | 2C | 33 | 63 | 1C | 26 |
| Octal | 131 | 174 | 106 | 34 | 0 | 54 | 63 | 143 | 34 | 46 |
| Binary | 1011001 | 1111100 | 1000110 | 11100 | 0 | 101100 | 110011 | 1100011 | 11100 | 100110 |
Color Harmonies of #597C46
Complementary color
Monochromatic Colors of #597C46
Black with #597C46
Text Example
Text Example
White with #597C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C46; }
p { color: rgb(89,124,70); }
H1.HeaderClassName
{
color: #597C46;
}
.AnyTagClassName
{
color: #597C46;
}
</style>
background-color css
<style>
a { background-color: #597C46; }
a { background-color: rgb(89,124,70); }
div.DivClassName
{
background-color: #597C46;
}
.BgClassName
{
background-color: #597C46;
}
</style>
border-color css
<style>
span { border-color: #597C46; }
span { border-color: rgb(89,124,70); }
td.TdClassName
{
border-color: #597C46;
}
.TagClassName
{
border-color: #597C46;
}
</style>