Shades of Dingley #5D784B
Tints of Dingley #5D784B
RGB
CMYK
RGB Variations
Color information
#5D784B (or 0x5D784B) is known color: Dingley. HEX triplet: 5D, 78 and 4B. RGB value is (93,120,75). Sum of RGB (Red+Green+Blue) = 93+120+75=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #5D784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D784B is #A287B4. Grayscale: #6A6A6A. Windows color (decimal): -10651573 or 4946013. OLE color: 4946013.
HSL color Cylindrical-coordinate representation of color #5D784B: hue angle of 96º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D784B is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 75 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.53 |
| HSL | 96º | 0.23% | 0.38% | - |
| HSV(B) | 96º | 0.38% | 0.47% | - |
| XYZ | 12.5 | 16.27 | 9.14 | - |
| YUV | 106.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 75 | 0.22 | 0 | 0.37 | 0.53 | 96 | 0.23 | 0.38 |
| Hex | 5D | 78 | 4B | 16 | 0 | 25 | 35 | 60 | 17 | 26 |
| Octal | 135 | 170 | 113 | 26 | 0 | 45 | 65 | 140 | 27 | 46 |
| Binary | 1011101 | 1111000 | 1001011 | 10110 | 0 | 100101 | 110101 | 1100000 | 10111 | 100110 |
Color Harmonies of #5D784B
Complementary color
Monochromatic Colors of #5D784B
Black with #5D784B
Text Example
Text Example
White with #5D784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D784B; }
p { color: rgb(93,120,75); }
H1.HeaderClassName
{
color: #5D784B;
}
.AnyTagClassName
{
color: #5D784B;
}
</style>
background-color css
<style>
a { background-color: #5D784B; }
a { background-color: rgb(93,120,75); }
div.DivClassName
{
background-color: #5D784B;
}
.BgClassName
{
background-color: #5D784B;
}
</style>
border-color css
<style>
span { border-color: #5D784B; }
span { border-color: rgb(93,120,75); }
td.TdClassName
{
border-color: #5D784B;
}
.TagClassName
{
border-color: #5D784B;
}
</style>