Shades of Dingley #587D40
Tints of Dingley #587D40
RGB
CMYK
RGB Variations
Color information
#587D40 (or 0x587D40) is known color: Dingley. HEX triplet: 58, 7D and 40. RGB value is (88,125,64). Sum of RGB (Red+Green+Blue) = 88+125+64=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #587D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587D40 is #A782BF. Grayscale: #6B6B6B. Windows color (decimal): -10977984 or 4226392. OLE color: 4226392.
HSL color Cylindrical-coordinate representation of color #587D40: hue angle of 96.39º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #587D40 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 125 | 64 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.51 |
| HSL | 96.39º | 0.32% | 0.37% | - |
| HSV(B) | 96.39º | 0.49% | 0.49% | - |
| XYZ | 12.28 | 17.11 | 7.51 | - |
| YUV | 106.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 64 | 0.30 | 0 | 0.49 | 0.51 | 96.39 | 0.32 | 0.37 |
| Hex | 58 | 7D | 40 | 1E | 0 | 31 | 33 | 60 | 20 | 25 |
| Octal | 130 | 175 | 100 | 36 | 0 | 61 | 63 | 140 | 40 | 45 |
| Binary | 1011000 | 1111101 | 1000000 | 11110 | 0 | 110001 | 110011 | 1100000 | 100000 | 100101 |
Color Harmonies of #587D40
Complementary color
Monochromatic Colors of #587D40
Black with #587D40
Text Example
Text Example
White with #587D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D40; }
p { color: rgb(88,125,64); }
H1.HeaderClassName
{
color: #587D40;
}
.AnyTagClassName
{
color: #587D40;
}
</style>
background-color css
<style>
a { background-color: #587D40; }
a { background-color: rgb(88,125,64); }
div.DivClassName
{
background-color: #587D40;
}
.BgClassName
{
background-color: #587D40;
}
</style>
border-color css
<style>
span { border-color: #587D40; }
span { border-color: rgb(88,125,64); }
td.TdClassName
{
border-color: #587D40;
}
.TagClassName
{
border-color: #587D40;
}
</style>