Shades of Dingley #5C724D
Tints of Dingley #5C724D
RGB
CMYK
RGB Variations
Color information
#5C724D (or 0x5C724D) is known color: Dingley. HEX triplet: 5C, 72 and 4D. RGB value is (92,114,77). Sum of RGB (Red+Green+Blue) = 92+114+77=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #5C724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C724D is #A38DB2. Grayscale: #676767. Windows color (decimal): -10718643 or 5075548. OLE color: 5075548.
HSL color Cylindrical-coordinate representation of color #5C724D: hue angle of 95.68º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C724D is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 114 | 77 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.55 |
| HSL | 95.68º | 0.19% | 0.37% | - |
| HSV(B) | 95.68º | 0.32% | 0.45% | - |
| XYZ | 11.77 | 14.85 | 9.27 | - |
| YUV | 103.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 77 | 0.19 | 0 | 0.32 | 0.55 | 95.68 | 0.19 | 0.37 |
| Hex | 5C | 72 | 4D | 13 | 0 | 20 | 37 | 60 | 13 | 25 |
| Octal | 134 | 162 | 115 | 23 | 0 | 40 | 67 | 140 | 23 | 45 |
| Binary | 1011100 | 1110010 | 1001101 | 10011 | 0 | 100000 | 110111 | 1100000 | 10011 | 100101 |
Color Harmonies of #5C724D
Complementary color
Monochromatic Colors of #5C724D
Black with #5C724D
Text Example
Text Example
White with #5C724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C724D; }
p { color: rgb(92,114,77); }
H1.HeaderClassName
{
color: #5C724D;
}
.AnyTagClassName
{
color: #5C724D;
}
</style>
background-color css
<style>
a { background-color: #5C724D; }
a { background-color: rgb(92,114,77); }
div.DivClassName
{
background-color: #5C724D;
}
.BgClassName
{
background-color: #5C724D;
}
</style>
border-color css
<style>
span { border-color: #5C724D; }
span { border-color: rgb(92,114,77); }
td.TdClassName
{
border-color: #5C724D;
}
.TagClassName
{
border-color: #5C724D;
}
</style>