Shades of Dingley #5D784A
Tints of Dingley #5D784A
RGB
CMYK
RGB Variations
Color information
#5D784A (or 0x5D784A) is known color: Dingley. HEX triplet: 5D, 78 and 4A. RGB value is (93,120,74). Sum of RGB (Red+Green+Blue) = 93+120+74=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #5D784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D784A is #A287B5. Grayscale: #6A6A6A. Windows color (decimal): -10651574 or 4880477. OLE color: 4880477.
HSL color Cylindrical-coordinate representation of color #5D784A: hue angle of 95.22º degrees, saturation: 0.24, 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 #5D784A is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 74 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.53 |
| HSL | 95.22º | 0.24% | 0.38% | - |
| HSV(B) | 95.22º | 0.38% | 0.47% | - |
| XYZ | 12.47 | 16.25 | 8.96 | - |
| YUV | 106.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 74 | 0.22 | 0 | 0.38 | 0.53 | 95.22 | 0.24 | 0.38 |
| Hex | 5D | 78 | 4A | 16 | 0 | 26 | 35 | 5F | 18 | 26 |
| Octal | 135 | 170 | 112 | 26 | 0 | 46 | 65 | 137 | 30 | 46 |
| Binary | 1011101 | 1111000 | 1001010 | 10110 | 0 | 100110 | 110101 | 1011111 | 11000 | 100110 |
Color Harmonies of #5D784A
Complementary color
Monochromatic Colors of #5D784A
Black with #5D784A
Text Example
Text Example
White with #5D784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D784A; }
p { color: rgb(93,120,74); }
H1.HeaderClassName
{
color: #5D784A;
}
.AnyTagClassName
{
color: #5D784A;
}
</style>
background-color css
<style>
a { background-color: #5D784A; }
a { background-color: rgb(93,120,74); }
div.DivClassName
{
background-color: #5D784A;
}
.BgClassName
{
background-color: #5D784A;
}
</style>
border-color css
<style>
span { border-color: #5D784A; }
span { border-color: rgb(93,120,74); }
td.TdClassName
{
border-color: #5D784A;
}
.TagClassName
{
border-color: #5D784A;
}
</style>