Shades of Dingley #5C744E
Tints of Dingley #5C744E
RGB
CMYK
RGB Variations
Color information
#5C744E (or 0x5C744E) is known color: Dingley. HEX triplet: 5C, 74 and 4E. RGB value is (92,116,78). Sum of RGB (Red+Green+Blue) = 92+116+78=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #5C744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C744E is #A38BB1. Grayscale: #686868. Windows color (decimal): -10718130 or 5141596. OLE color: 5141596.
HSL color Cylindrical-coordinate representation of color #5C744E: hue angle of 97.89º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C744E is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 116 | 78 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.55 |
| HSL | 97.89º | 0.2% | 0.38% | - |
| HSV(B) | 97.89º | 0.33% | 0.45% | - |
| XYZ | 12.03 | 15.32 | 9.53 | - |
| YUV | 104.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 78 | 0.21 | 0 | 0.33 | 0.55 | 97.89 | 0.2 | 0.38 |
| Hex | 5C | 74 | 4E | 15 | 0 | 21 | 37 | 62 | 14 | 26 |
| Octal | 134 | 164 | 116 | 25 | 0 | 41 | 67 | 142 | 24 | 46 |
| Binary | 1011100 | 1110100 | 1001110 | 10101 | 0 | 100001 | 110111 | 1100010 | 10100 | 100110 |
Color Harmonies of #5C744E
Complementary color
Monochromatic Colors of #5C744E
Black with #5C744E
Text Example
Text Example
White with #5C744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C744E; }
p { color: rgb(92,116,78); }
H1.HeaderClassName
{
color: #5C744E;
}
.AnyTagClassName
{
color: #5C744E;
}
</style>
background-color css
<style>
a { background-color: #5C744E; }
a { background-color: rgb(92,116,78); }
div.DivClassName
{
background-color: #5C744E;
}
.BgClassName
{
background-color: #5C744E;
}
</style>
border-color css
<style>
span { border-color: #5C744E; }
span { border-color: rgb(92,116,78); }
td.TdClassName
{
border-color: #5C744E;
}
.TagClassName
{
border-color: #5C744E;
}
</style>