Shades of Dingley #5C784B
Tints of Dingley #5C784B
RGB
CMYK
RGB Variations
Color information
#5C784B (or 0x5C784B) is known color: Dingley. HEX triplet: 5C, 78 and 4B. RGB value is (92,120,75). Sum of RGB (Red+Green+Blue) = 92+120+75=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #5C784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C784B is #A387B4. Grayscale: #6A6A6A. Windows color (decimal): -10717109 or 4946012. OLE color: 4946012.
HSL color Cylindrical-coordinate representation of color #5C784B: hue angle of 97.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C784B is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 75 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.53 |
| HSL | 97.33º | 0.23% | 0.38% | - |
| HSV(B) | 97.33º | 0.38% | 0.47% | - |
| XYZ | 12.4 | 16.22 | 9.13 | - |
| YUV | 106.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 75 | 0.23 | 0 | 0.37 | 0.53 | 97.33 | 0.23 | 0.38 |
| Hex | 5C | 78 | 4B | 17 | 0 | 25 | 35 | 61 | 17 | 26 |
| Octal | 134 | 170 | 113 | 27 | 0 | 45 | 65 | 141 | 27 | 46 |
| Binary | 1011100 | 1111000 | 1001011 | 10111 | 0 | 100101 | 110101 | 1100001 | 10111 | 100110 |
Color Harmonies of #5C784B
Complementary color
Monochromatic Colors of #5C784B
Black with #5C784B
Text Example
Text Example
White with #5C784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C784B; }
p { color: rgb(92,120,75); }
H1.HeaderClassName
{
color: #5C784B;
}
.AnyTagClassName
{
color: #5C784B;
}
</style>
background-color css
<style>
a { background-color: #5C784B; }
a { background-color: rgb(92,120,75); }
div.DivClassName
{
background-color: #5C784B;
}
.BgClassName
{
background-color: #5C784B;
}
</style>
border-color css
<style>
span { border-color: #5C784B; }
span { border-color: rgb(92,120,75); }
td.TdClassName
{
border-color: #5C784B;
}
.TagClassName
{
border-color: #5C784B;
}
</style>