Shades of Dingley #5E7840
Tints of Dingley #5E7840
RGB
CMYK
RGB Variations
Color information
#5E7840 (or 0x5E7840) is known color: Dingley. HEX triplet: 5E, 78 and 40. RGB value is (94,120,64). Sum of RGB (Red+Green+Blue) = 94+120+64=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7840 is #A187BF. Grayscale: #6A6A6A. Windows color (decimal): -10586048 or 4225118. OLE color: 4225118.
HSL color Cylindrical-coordinate representation of color #5E7840: hue angle of 87.86º 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 #5E7840 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 64 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.53 |
| HSL | 87.86º | 0.3% | 0.36% | - |
| HSV(B) | 87.86º | 0.47% | 0.47% | - |
| XYZ | 12.26 | 16.18 | 7.33 | - |
| YUV | 105.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 64 | 0.22 | 0 | 0.47 | 0.53 | 87.86 | 0.3 | 0.36 |
| Hex | 5E | 78 | 40 | 16 | 0 | 2F | 35 | 58 | 1E | 24 |
| Octal | 136 | 170 | 100 | 26 | 0 | 57 | 65 | 130 | 36 | 44 |
| Binary | 1011110 | 1111000 | 1000000 | 10110 | 0 | 101111 | 110101 | 1011000 | 11110 | 100100 |
Color Harmonies of #5E7840
Complementary color
Monochromatic Colors of #5E7840
Black with #5E7840
Text Example
Text Example
White with #5E7840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7840; }
p { color: rgb(94,120,64); }
H1.HeaderClassName
{
color: #5E7840;
}
.AnyTagClassName
{
color: #5E7840;
}
</style>
background-color css
<style>
a { background-color: #5E7840; }
a { background-color: rgb(94,120,64); }
div.DivClassName
{
background-color: #5E7840;
}
.BgClassName
{
background-color: #5E7840;
}
</style>
border-color css
<style>
span { border-color: #5E7840; }
span { border-color: rgb(94,120,64); }
td.TdClassName
{
border-color: #5E7840;
}
.TagClassName
{
border-color: #5E7840;
}
</style>