Shades of Dingley #58783E
Tints of Dingley #58783E
RGB
CMYK
RGB Variations
Color information
#58783E (or 0x58783E) is known color: Dingley. HEX triplet: 58, 78 and 3E. RGB value is (88,120,62). Sum of RGB (Red+Green+Blue) = 88+120+62=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #58783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58783E is #A787C1. Grayscale: #686868. Windows color (decimal): -10979266 or 4094040. OLE color: 4094040.
HSL color Cylindrical-coordinate representation of color #58783E: hue angle of 93.1º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58783E is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 120 | 62 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.53 |
| HSL | 93.1º | 0.32% | 0.36% | - |
| HSV(B) | 93.1º | 0.48% | 0.47% | - |
| XYZ | 11.61 | 15.86 | 7.01 | - |
| YUV | 103.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 62 | 0.27 | 0 | 0.48 | 0.53 | 93.1 | 0.32 | 0.36 |
| Hex | 58 | 78 | 3E | 1B | 0 | 30 | 35 | 5D | 20 | 24 |
| Octal | 130 | 170 | 76 | 33 | 0 | 60 | 65 | 135 | 40 | 44 |
| Binary | 1011000 | 1111000 | 111110 | 11011 | 0 | 110000 | 110101 | 1011101 | 100000 | 100100 |
Color Harmonies of #58783E
Complementary color
Monochromatic Colors of #58783E
Black with #58783E
Text Example
Text Example
White with #58783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58783E; }
p { color: rgb(88,120,62); }
H1.HeaderClassName
{
color: #58783E;
}
.AnyTagClassName
{
color: #58783E;
}
</style>
background-color css
<style>
a { background-color: #58783E; }
a { background-color: rgb(88,120,62); }
div.DivClassName
{
background-color: #58783E;
}
.BgClassName
{
background-color: #58783E;
}
</style>
border-color css
<style>
span { border-color: #58783E; }
span { border-color: rgb(88,120,62); }
td.TdClassName
{
border-color: #58783E;
}
.TagClassName
{
border-color: #58783E;
}
</style>