Shades of Dingley #5C7645
Tints of Dingley #5C7645
RGB
CMYK
RGB Variations
Color information
#5C7645 (or 0x5C7645) is known color: Dingley. HEX triplet: 5C, 76 and 45. RGB value is (92,118,69). Sum of RGB (Red+Green+Blue) = 92+118+69=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7645 is #A389BA. Grayscale: #686868. Windows color (decimal): -10717627 or 4552284. OLE color: 4552284.
HSL color Cylindrical-coordinate representation of color #5C7645: hue angle of 91.84º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C7645 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 69 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.54 |
| HSL | 91.84º | 0.26% | 0.37% | - |
| HSV(B) | 91.84º | 0.42% | 0.46% | - |
| XYZ | 11.97 | 15.66 | 8.02 | - |
| YUV | 104.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 69 | 0.22 | 0 | 0.42 | 0.54 | 91.84 | 0.26 | 0.37 |
| Hex | 5C | 76 | 45 | 16 | 0 | 2A | 36 | 5C | 1A | 25 |
| Octal | 134 | 166 | 105 | 26 | 0 | 52 | 66 | 134 | 32 | 45 |
| Binary | 1011100 | 1110110 | 1000101 | 10110 | 0 | 101010 | 110110 | 1011100 | 11010 | 100101 |
Color Harmonies of #5C7645
Complementary color
Monochromatic Colors of #5C7645
Black with #5C7645
Text Example
Text Example
White with #5C7645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7645; }
p { color: rgb(92,118,69); }
H1.HeaderClassName
{
color: #5C7645;
}
.AnyTagClassName
{
color: #5C7645;
}
</style>
background-color css
<style>
a { background-color: #5C7645; }
a { background-color: rgb(92,118,69); }
div.DivClassName
{
background-color: #5C7645;
}
.BgClassName
{
background-color: #5C7645;
}
</style>
border-color css
<style>
span { border-color: #5C7645; }
span { border-color: rgb(92,118,69); }
td.TdClassName
{
border-color: #5C7645;
}
.TagClassName
{
border-color: #5C7645;
}
</style>