Shades of Dingley #587C3C
Tints of Dingley #587C3C
RGB
CMYK
RGB Variations
Color information
#587C3C (or 0x587C3C) is known color: Dingley. HEX triplet: 58, 7C and 3C. RGB value is (88,124,60). Sum of RGB (Red+Green+Blue) = 88+124+60=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #587C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587C3C is #A783C3. Grayscale: #6A6A6A. Windows color (decimal): -10978244 or 3963992. OLE color: 3963992.
HSL color Cylindrical-coordinate representation of color #587C3C: hue angle of 93.75º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #587C3C is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 124 | 60 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.51 |
| HSL | 93.75º | 0.35% | 0.36% | - |
| HSV(B) | 93.75º | 0.52% | 0.49% | - |
| XYZ | 12.05 | 16.82 | 6.89 | - |
| YUV | 105.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 60 | 0.29 | 0 | 0.52 | 0.51 | 93.75 | 0.35 | 0.36 |
| Hex | 58 | 7C | 3C | 1D | 0 | 34 | 33 | 5E | 23 | 24 |
| Octal | 130 | 174 | 74 | 35 | 0 | 64 | 63 | 136 | 43 | 44 |
| Binary | 1011000 | 1111100 | 111100 | 11101 | 0 | 110100 | 110011 | 1011110 | 100011 | 100100 |
Color Harmonies of #587C3C
Complementary color
Monochromatic Colors of #587C3C
Black with #587C3C
Text Example
Text Example
White with #587C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587C3C; }
p { color: rgb(88,124,60); }
H1.HeaderClassName
{
color: #587C3C;
}
.AnyTagClassName
{
color: #587C3C;
}
</style>
background-color css
<style>
a { background-color: #587C3C; }
a { background-color: rgb(88,124,60); }
div.DivClassName
{
background-color: #587C3C;
}
.BgClassName
{
background-color: #587C3C;
}
</style>
border-color css
<style>
span { border-color: #587C3C; }
span { border-color: rgb(88,124,60); }
td.TdClassName
{
border-color: #587C3C;
}
.TagClassName
{
border-color: #587C3C;
}
</style>