Shades of Dingley #5C7840
Tints of Dingley #5C7840
RGB
CMYK
RGB Variations
Color information
#5C7840 (or 0x5C7840) is known color: Dingley. HEX triplet: 5C, 78 and 40. RGB value is (92,120,64). Sum of RGB (Red+Green+Blue) = 92+120+64=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #5C7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7840 is #A387BF. Grayscale: #696969. Windows color (decimal): -10717120 or 4225116. OLE color: 4225116.
HSL color Cylindrical-coordinate representation of color #5C7840: hue angle of 90º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C7840 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 64 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.53 |
| HSL | 90º | 0.3% | 0.36% | - |
| HSV(B) | 90º | 0.47% | 0.47% | - |
| XYZ | 12.06 | 16.08 | 7.32 | - |
| YUV | 105.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 64 | 0.23 | 0 | 0.47 | 0.53 | 90 | 0.3 | 0.36 |
| Hex | 5C | 78 | 40 | 17 | 0 | 2F | 35 | 5A | 1E | 24 |
| Octal | 134 | 170 | 100 | 27 | 0 | 57 | 65 | 132 | 36 | 44 |
| Binary | 1011100 | 1111000 | 1000000 | 10111 | 0 | 101111 | 110101 | 1011010 | 11110 | 100100 |
Color Harmonies of #5C7840
Complementary color
Monochromatic Colors of #5C7840
Black with #5C7840
Text Example
Text Example
White with #5C7840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7840; }
p { color: rgb(92,120,64); }
H1.HeaderClassName
{
color: #5C7840;
}
.AnyTagClassName
{
color: #5C7840;
}
</style>
background-color css
<style>
a { background-color: #5C7840; }
a { background-color: rgb(92,120,64); }
div.DivClassName
{
background-color: #5C7840;
}
.BgClassName
{
background-color: #5C7840;
}
</style>
border-color css
<style>
span { border-color: #5C7840; }
span { border-color: rgb(92,120,64); }
td.TdClassName
{
border-color: #5C7840;
}
.TagClassName
{
border-color: #5C7840;
}
</style>