Shades of Dingley #5D873C
Tints of Dingley #5D873C
RGB
CMYK
RGB Variations
Color information
#5D873C (or 0x5D873C) is known color: Dingley. HEX triplet: 5D, 87 and 3C. RGB value is (93,135,60). Sum of RGB (Red+Green+Blue) = 93+135+60=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #5D873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D873C is #A278C3. Grayscale: #727272. Windows color (decimal): -10647748 or 3966813. OLE color: 3966813.
HSL color Cylindrical-coordinate representation of color #5D873C: hue angle of 93.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D873C is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 60 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.47 |
| HSL | 93.6º | 0.38% | 0.38% | - |
| HSV(B) | 93.6º | 0.56% | 0.53% | - |
| XYZ | 13.99 | 19.98 | 7.39 | - |
| YUV | 113.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 60 | 0.31 | 0 | 0.56 | 0.47 | 93.6 | 0.38 | 0.38 |
| Hex | 5D | 87 | 3C | 1F | 0 | 38 | 2F | 5E | 26 | 26 |
| Octal | 135 | 207 | 74 | 37 | 0 | 70 | 57 | 136 | 46 | 46 |
| Binary | 1011101 | 10000111 | 111100 | 11111 | 0 | 111000 | 101111 | 1011110 | 100110 | 100110 |
Color Harmonies of #5D873C
Complementary color
Monochromatic Colors of #5D873C
Black with #5D873C
Text Example
Text Example
White with #5D873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D873C; }
p { color: rgb(93,135,60); }
H1.HeaderClassName
{
color: #5D873C;
}
.AnyTagClassName
{
color: #5D873C;
}
</style>
background-color css
<style>
a { background-color: #5D873C; }
a { background-color: rgb(93,135,60); }
div.DivClassName
{
background-color: #5D873C;
}
.BgClassName
{
background-color: #5D873C;
}
</style>
border-color css
<style>
span { border-color: #5D873C; }
span { border-color: rgb(93,135,60); }
td.TdClassName
{
border-color: #5D873C;
}
.TagClassName
{
border-color: #5D873C;
}
</style>