Shades of Dingley #587C38
Tints of Dingley #587C38
RGB
CMYK
RGB Variations
Color information
#587C38 (or 0x587C38) is known color: Dingley. HEX triplet: 58, 7C and 38. RGB value is (88,124,56). Sum of RGB (Red+Green+Blue) = 88+124+56=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #587C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587C38 is #A783C7. Grayscale: #696969. Windows color (decimal): -10978248 or 3701848. OLE color: 3701848.
HSL color Cylindrical-coordinate representation of color #587C38: hue angle of 91.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #587C38 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 124 | 56 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.51 |
| HSL | 91.76º | 0.38% | 0.35% | - |
| HSV(B) | 91.76º | 0.55% | 0.49% | - |
| XYZ | 11.95 | 16.78 | 6.35 | - |
| YUV | 105.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 56 | 0.29 | 0 | 0.55 | 0.51 | 91.76 | 0.38 | 0.35 |
| Hex | 58 | 7C | 38 | 1D | 0 | 37 | 33 | 5C | 26 | 23 |
| Octal | 130 | 174 | 70 | 35 | 0 | 67 | 63 | 134 | 46 | 43 |
| Binary | 1011000 | 1111100 | 111000 | 11101 | 0 | 110111 | 110011 | 1011100 | 100110 | 100011 |
Color Harmonies of #587C38
Complementary color
Monochromatic Colors of #587C38
Black with #587C38
Text Example
Text Example
White with #587C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587C38; }
p { color: rgb(88,124,56); }
H1.HeaderClassName
{
color: #587C38;
}
.AnyTagClassName
{
color: #587C38;
}
</style>
background-color css
<style>
a { background-color: #587C38; }
a { background-color: rgb(88,124,56); }
div.DivClassName
{
background-color: #587C38;
}
.BgClassName
{
background-color: #587C38;
}
</style>
border-color css
<style>
span { border-color: #587C38; }
span { border-color: rgb(88,124,56); }
td.TdClassName
{
border-color: #587C38;
}
.TagClassName
{
border-color: #587C38;
}
</style>