Shades of Dingley #5D873A
Tints of Dingley #5D873A
RGB
CMYK
RGB Variations
Color information
#5D873A (or 0x5D873A) is known color: Dingley. HEX triplet: 5D, 87 and 3A. RGB value is (93,135,58). Sum of RGB (Red+Green+Blue) = 93+135+58=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #5D873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D873A is #A278C5. Grayscale: #717171. Windows color (decimal): -10647750 or 3835741. OLE color: 3835741.
HSL color Cylindrical-coordinate representation of color #5D873A: hue angle of 92.73º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D873A is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 58 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.47 |
| HSL | 92.73º | 0.4% | 0.38% | - |
| HSV(B) | 92.73º | 0.57% | 0.53% | - |
| XYZ | 13.94 | 19.96 | 7.12 | - |
| YUV | 113.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 58 | 0.31 | 0 | 0.57 | 0.47 | 92.73 | 0.4 | 0.38 |
| Hex | 5D | 87 | 3A | 1F | 0 | 39 | 2F | 5D | 28 | 26 |
| Octal | 135 | 207 | 72 | 37 | 0 | 71 | 57 | 135 | 50 | 46 |
| Binary | 1011101 | 10000111 | 111010 | 11111 | 0 | 111001 | 101111 | 1011101 | 101000 | 100110 |
Color Harmonies of #5D873A
Complementary color
Monochromatic Colors of #5D873A
Black with #5D873A
Text Example
Text Example
White with #5D873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D873A; }
p { color: rgb(93,135,58); }
H1.HeaderClassName
{
color: #5D873A;
}
.AnyTagClassName
{
color: #5D873A;
}
</style>
background-color css
<style>
a { background-color: #5D873A; }
a { background-color: rgb(93,135,58); }
div.DivClassName
{
background-color: #5D873A;
}
.BgClassName
{
background-color: #5D873A;
}
</style>
border-color css
<style>
span { border-color: #5D873A; }
span { border-color: rgb(93,135,58); }
td.TdClassName
{
border-color: #5D873A;
}
.TagClassName
{
border-color: #5D873A;
}
</style>