Shades of Dingley #5D853D
Tints of Dingley #5D853D
RGB
CMYK
RGB Variations
Color information
#5D853D (or 0x5D853D) is known color: Dingley. HEX triplet: 5D, 85 and 3D. RGB value is (93,133,61). Sum of RGB (Red+Green+Blue) = 93+133+61=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #5D853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D853D is #A27AC2. Grayscale: #717171. Windows color (decimal): -10648259 or 4031837. OLE color: 4031837.
HSL color Cylindrical-coordinate representation of color #5D853D: hue angle of 93.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D853D is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 61 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.48 |
| HSL | 93.33º | 0.37% | 0.38% | - |
| HSV(B) | 93.33º | 0.54% | 0.52% | - |
| XYZ | 13.74 | 19.44 | 7.44 | - |
| YUV | 112.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 61 | 0.30 | 0 | 0.54 | 0.48 | 93.33 | 0.37 | 0.38 |
| Hex | 5D | 85 | 3D | 1E | 0 | 36 | 30 | 5D | 25 | 26 |
| Octal | 135 | 205 | 75 | 36 | 0 | 66 | 60 | 135 | 45 | 46 |
| Binary | 1011101 | 10000101 | 111101 | 11110 | 0 | 110110 | 110000 | 1011101 | 100101 | 100110 |
Color Harmonies of #5D853D
Complementary color
Monochromatic Colors of #5D853D
Black with #5D853D
Text Example
Text Example
White with #5D853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D853D; }
p { color: rgb(93,133,61); }
H1.HeaderClassName
{
color: #5D853D;
}
.AnyTagClassName
{
color: #5D853D;
}
</style>
background-color css
<style>
a { background-color: #5D853D; }
a { background-color: rgb(93,133,61); }
div.DivClassName
{
background-color: #5D853D;
}
.BgClassName
{
background-color: #5D853D;
}
</style>
border-color css
<style>
span { border-color: #5D853D; }
span { border-color: rgb(93,133,61); }
td.TdClassName
{
border-color: #5D853D;
}
.TagClassName
{
border-color: #5D853D;
}
</style>