Shades of Dingley #5D7A49
Tints of Dingley #5D7A49
RGB
CMYK
RGB Variations
Color information
#5D7A49 (or 0x5D7A49) is known color: Dingley. HEX triplet: 5D, 7A and 49. RGB value is (93,122,73). Sum of RGB (Red+Green+Blue) = 93+122+73=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7A49 is #A285B6. Grayscale: #6B6B6B. Windows color (decimal): -10651063 or 4815453. OLE color: 4815453.
HSL color Cylindrical-coordinate representation of color #5D7A49: hue angle of 95.51º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D7A49 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 122 | 73 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.52 |
| HSL | 95.51º | 0.25% | 0.38% | - |
| HSV(B) | 95.51º | 0.4% | 0.48% | - |
| XYZ | 12.68 | 16.73 | 8.86 | - |
| YUV | 107.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 122 | 73 | 0.24 | 0 | 0.40 | 0.52 | 95.51 | 0.25 | 0.38 |
| Hex | 5D | 7A | 49 | 18 | 0 | 28 | 34 | 60 | 19 | 26 |
| Octal | 135 | 172 | 111 | 30 | 0 | 50 | 64 | 140 | 31 | 46 |
| Binary | 1011101 | 1111010 | 1001001 | 11000 | 0 | 101000 | 110100 | 1100000 | 11001 | 100110 |
Color Harmonies of #5D7A49
Complementary color
Monochromatic Colors of #5D7A49
Black with #5D7A49
Text Example
Text Example
White with #5D7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7A49; }
p { color: rgb(93,122,73); }
H1.HeaderClassName
{
color: #5D7A49;
}
.AnyTagClassName
{
color: #5D7A49;
}
</style>
background-color css
<style>
a { background-color: #5D7A49; }
a { background-color: rgb(93,122,73); }
div.DivClassName
{
background-color: #5D7A49;
}
.BgClassName
{
background-color: #5D7A49;
}
</style>
border-color css
<style>
span { border-color: #5D7A49; }
span { border-color: rgb(93,122,73); }
td.TdClassName
{
border-color: #5D7A49;
}
.TagClassName
{
border-color: #5D7A49;
}
</style>