Shades of Dingley #58843C
Tints of Dingley #58843C
RGB
CMYK
RGB Variations
Color information
#58843C (or 0x58843C) is known color: Dingley. HEX triplet: 58, 84 and 3C. RGB value is (88,132,60). Sum of RGB (Red+Green+Blue) = 88+132+60=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #58843C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58843C is #A77BC3. Grayscale: #6E6E6E. Windows color (decimal): -10976196 or 3966040. OLE color: 3966040.
HSL color Cylindrical-coordinate representation of color #58843C: hue angle of 96.67º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58843C is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 132 | 60 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.48 |
| HSL | 96.67º | 0.38% | 0.38% | - |
| HSV(B) | 96.67º | 0.55% | 0.52% | - |
| XYZ | 13.09 | 18.9 | 7.23 | - |
| YUV | 110.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 60 | 0.33 | 0 | 0.55 | 0.48 | 96.67 | 0.38 | 0.38 |
| Hex | 58 | 84 | 3C | 21 | 0 | 37 | 30 | 61 | 26 | 26 |
| Octal | 130 | 204 | 74 | 41 | 0 | 67 | 60 | 141 | 46 | 46 |
| Binary | 1011000 | 10000100 | 111100 | 100001 | 0 | 110111 | 110000 | 1100001 | 100110 | 100110 |
Color Harmonies of #58843C
Complementary color
Monochromatic Colors of #58843C
Black with #58843C
Text Example
Text Example
White with #58843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58843C; }
p { color: rgb(88,132,60); }
H1.HeaderClassName
{
color: #58843C;
}
.AnyTagClassName
{
color: #58843C;
}
</style>
background-color css
<style>
a { background-color: #58843C; }
a { background-color: rgb(88,132,60); }
div.DivClassName
{
background-color: #58843C;
}
.BgClassName
{
background-color: #58843C;
}
</style>
border-color css
<style>
span { border-color: #58843C; }
span { border-color: rgb(88,132,60); }
td.TdClassName
{
border-color: #58843C;
}
.TagClassName
{
border-color: #58843C;
}
</style>