Shades of Dingley #5C7347
Tints of Dingley #5C7347
RGB
CMYK
RGB Variations
Color information
#5C7347 (or 0x5C7347) is known color: Dingley. HEX triplet: 5C, 73 and 47. RGB value is (92,115,71). Sum of RGB (Red+Green+Blue) = 92+115+71=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7347 is #A38CB8. Grayscale: #676767. Windows color (decimal): -10718393 or 4682588. OLE color: 4682588.
HSL color Cylindrical-coordinate representation of color #5C7347: hue angle of 91.36º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C7347 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 71 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.55 |
| HSL | 91.36º | 0.24% | 0.36% | - |
| HSV(B) | 91.36º | 0.38% | 0.45% | - |
| XYZ | 11.68 | 14.99 | 8.24 | - |
| YUV | 103.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 71 | 0.20 | 0 | 0.38 | 0.55 | 91.36 | 0.24 | 0.36 |
| Hex | 5C | 73 | 47 | 14 | 0 | 26 | 37 | 5B | 18 | 24 |
| Octal | 134 | 163 | 107 | 24 | 0 | 46 | 67 | 133 | 30 | 44 |
| Binary | 1011100 | 1110011 | 1000111 | 10100 | 0 | 100110 | 110111 | 1011011 | 11000 | 100100 |
Color Harmonies of #5C7347
Complementary color
Monochromatic Colors of #5C7347
Black with #5C7347
Text Example
Text Example
White with #5C7347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7347; }
p { color: rgb(92,115,71); }
H1.HeaderClassName
{
color: #5C7347;
}
.AnyTagClassName
{
color: #5C7347;
}
</style>
background-color css
<style>
a { background-color: #5C7347; }
a { background-color: rgb(92,115,71); }
div.DivClassName
{
background-color: #5C7347;
}
.BgClassName
{
background-color: #5C7347;
}
</style>
border-color css
<style>
span { border-color: #5C7347; }
span { border-color: rgb(92,115,71); }
td.TdClassName
{
border-color: #5C7347;
}
.TagClassName
{
border-color: #5C7347;
}
</style>