Shades of Dingley #5D7949
Tints of Dingley #5D7949
RGB
CMYK
RGB Variations
Color information
#5D7949 (or 0x5D7949) is known color: Dingley. HEX triplet: 5D, 79 and 49. RGB value is (93,121,73). Sum of RGB (Red+Green+Blue) = 93+121+73=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #5D7949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7949 is #A286B6. Grayscale: #6B6B6B. Windows color (decimal): -10651319 or 4815197. OLE color: 4815197.
HSL color Cylindrical-coordinate representation of color #5D7949: hue angle of 95º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D7949 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 121 | 73 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.53 |
| HSL | 95º | 0.25% | 0.38% | - |
| HSV(B) | 95º | 0.4% | 0.47% | - |
| XYZ | 12.55 | 16.48 | 8.82 | - |
| YUV | 107.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 73 | 0.23 | 0 | 0.40 | 0.53 | 95 | 0.25 | 0.38 |
| Hex | 5D | 79 | 49 | 17 | 0 | 28 | 35 | 5F | 19 | 26 |
| Octal | 135 | 171 | 111 | 27 | 0 | 50 | 65 | 137 | 31 | 46 |
| Binary | 1011101 | 1111001 | 1001001 | 10111 | 0 | 101000 | 110101 | 1011111 | 11001 | 100110 |
Color Harmonies of #5D7949
Complementary color
Monochromatic Colors of #5D7949
Black with #5D7949
Text Example
Text Example
White with #5D7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7949; }
p { color: rgb(93,121,73); }
H1.HeaderClassName
{
color: #5D7949;
}
.AnyTagClassName
{
color: #5D7949;
}
</style>
background-color css
<style>
a { background-color: #5D7949; }
a { background-color: rgb(93,121,73); }
div.DivClassName
{
background-color: #5D7949;
}
.BgClassName
{
background-color: #5D7949;
}
</style>
border-color css
<style>
span { border-color: #5D7949; }
span { border-color: rgb(93,121,73); }
td.TdClassName
{
border-color: #5D7949;
}
.TagClassName
{
border-color: #5D7949;
}
</style>