Shades of Dingley #5D873B
Tints of Dingley #5D873B
RGB
CMYK
RGB Variations
Color information
#5D873B (or 0x5D873B) is known color: Dingley. HEX triplet: 5D, 87 and 3B. RGB value is (93,135,59). Sum of RGB (Red+Green+Blue) = 93+135+59=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #5D873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D873B is #A278C4. Grayscale: #727272. Windows color (decimal): -10647749 or 3901277. OLE color: 3901277.
HSL color Cylindrical-coordinate representation of color #5D873B: hue angle of 93.16º degrees, saturation: 0.39, 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 #5D873B is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 59 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.47 |
| HSL | 93.16º | 0.39% | 0.38% | - |
| HSV(B) | 93.16º | 0.56% | 0.53% | - |
| XYZ | 13.97 | 19.97 | 7.26 | - |
| YUV | 113.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 59 | 0.31 | 0 | 0.56 | 0.47 | 93.16 | 0.39 | 0.38 |
| Hex | 5D | 87 | 3B | 1F | 0 | 38 | 2F | 5D | 27 | 26 |
| Octal | 135 | 207 | 73 | 37 | 0 | 70 | 57 | 135 | 47 | 46 |
| Binary | 1011101 | 10000111 | 111011 | 11111 | 0 | 111000 | 101111 | 1011101 | 100111 | 100110 |
Color Harmonies of #5D873B
Complementary color
Monochromatic Colors of #5D873B
Black with #5D873B
Text Example
Text Example
White with #5D873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D873B; }
p { color: rgb(93,135,59); }
H1.HeaderClassName
{
color: #5D873B;
}
.AnyTagClassName
{
color: #5D873B;
}
</style>
background-color css
<style>
a { background-color: #5D873B; }
a { background-color: rgb(93,135,59); }
div.DivClassName
{
background-color: #5D873B;
}
.BgClassName
{
background-color: #5D873B;
}
</style>
border-color css
<style>
span { border-color: #5D873B; }
span { border-color: rgb(93,135,59); }
td.TdClassName
{
border-color: #5D873B;
}
.TagClassName
{
border-color: #5D873B;
}
</style>