Shades of Dingley #5C7749
Tints of Dingley #5C7749
RGB
CMYK
RGB Variations
Color information
#5C7749 (or 0x5C7749) is known color: Dingley. HEX triplet: 5C, 77 and 49. RGB value is (92,119,73). Sum of RGB (Red+Green+Blue) = 92+119+73=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7749 is #A388B6. Grayscale: #696969. Windows color (decimal): -10717367 or 4814684. OLE color: 4814684.
HSL color Cylindrical-coordinate representation of color #5C7749: 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.39%. Process color model (Four color, CMYK) of #5C7749 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 73 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.53 |
| HSL | 95.22º | 0.24% | 0.38% | - |
| HSV(B) | 95.22º | 0.39% | 0.47% | - |
| XYZ | 12.21 | 15.95 | 8.74 | - |
| YUV | 105.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 73 | 0.23 | 0 | 0.39 | 0.53 | 95.22 | 0.24 | 0.38 |
| Hex | 5C | 77 | 49 | 17 | 0 | 27 | 35 | 5F | 18 | 26 |
| Octal | 134 | 167 | 111 | 27 | 0 | 47 | 65 | 137 | 30 | 46 |
| Binary | 1011100 | 1110111 | 1001001 | 10111 | 0 | 100111 | 110101 | 1011111 | 11000 | 100110 |
Color Harmonies of #5C7749
Complementary color
Monochromatic Colors of #5C7749
Black with #5C7749
Text Example
Text Example
White with #5C7749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7749; }
p { color: rgb(92,119,73); }
H1.HeaderClassName
{
color: #5C7749;
}
.AnyTagClassName
{
color: #5C7749;
}
</style>
background-color css
<style>
a { background-color: #5C7749; }
a { background-color: rgb(92,119,73); }
div.DivClassName
{
background-color: #5C7749;
}
.BgClassName
{
background-color: #5C7749;
}
</style>
border-color css
<style>
span { border-color: #5C7749; }
span { border-color: rgb(92,119,73); }
td.TdClassName
{
border-color: #5C7749;
}
.TagClassName
{
border-color: #5C7749;
}
</style>