Shades of Dingley #58813C
Tints of Dingley #58813C
RGB
CMYK
RGB Variations
Color information
#58813C (or 0x58813C) is known color: Dingley. HEX triplet: 58, 81 and 3C. RGB value is (88,129,60). Sum of RGB (Red+Green+Blue) = 88+129+60=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #58813C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58813C is #A77EC3. Grayscale: #6D6D6D. Windows color (decimal): -10976964 or 3965272. OLE color: 3965272.
HSL color Cylindrical-coordinate representation of color #58813C: hue angle of 95.65º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58813C is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 129 | 60 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.49 |
| HSL | 95.65º | 0.37% | 0.37% | - |
| HSV(B) | 95.65º | 0.53% | 0.51% | - |
| XYZ | 12.69 | 18.1 | 7.1 | - |
| YUV | 108.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 60 | 0.32 | 0 | 0.53 | 0.49 | 95.65 | 0.37 | 0.37 |
| Hex | 58 | 81 | 3C | 20 | 0 | 35 | 31 | 60 | 25 | 25 |
| Octal | 130 | 201 | 74 | 40 | 0 | 65 | 61 | 140 | 45 | 45 |
| Binary | 1011000 | 10000001 | 111100 | 100000 | 0 | 110101 | 110001 | 1100000 | 100101 | 100101 |
Color Harmonies of #58813C
Complementary color
Monochromatic Colors of #58813C
Black with #58813C
Text Example
Text Example
White with #58813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58813C; }
p { color: rgb(88,129,60); }
H1.HeaderClassName
{
color: #58813C;
}
.AnyTagClassName
{
color: #58813C;
}
</style>
background-color css
<style>
a { background-color: #58813C; }
a { background-color: rgb(88,129,60); }
div.DivClassName
{
background-color: #58813C;
}
.BgClassName
{
background-color: #58813C;
}
</style>
border-color css
<style>
span { border-color: #58813C; }
span { border-color: rgb(88,129,60); }
td.TdClassName
{
border-color: #58813C;
}
.TagClassName
{
border-color: #58813C;
}
</style>