Shades of Dingley #5E8340
Tints of Dingley #5E8340
RGB
CMYK
RGB Variations
Color information
#5E8340 (or 0x5E8340) is known color: Dingley. HEX triplet: 5E, 83 and 40. RGB value is (94,131,64). Sum of RGB (Red+Green+Blue) = 94+131+64=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #5E8340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8340 is #A17CBF. Grayscale: #707070. Windows color (decimal): -10583232 or 4227934. OLE color: 4227934.
HSL color Cylindrical-coordinate representation of color #5E8340: hue angle of 93.13º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E8340 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 131 | 64 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.49 |
| HSL | 93.13º | 0.34% | 0.38% | - |
| HSV(B) | 93.13º | 0.51% | 0.51% | - |
| XYZ | 13.66 | 18.98 | 7.79 | - |
| YUV | 112.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 131 | 64 | 0.28 | 0 | 0.51 | 0.49 | 93.13 | 0.34 | 0.38 |
| Hex | 5E | 83 | 40 | 1C | 0 | 33 | 31 | 5D | 22 | 26 |
| Octal | 136 | 203 | 100 | 34 | 0 | 63 | 61 | 135 | 42 | 46 |
| Binary | 1011110 | 10000011 | 1000000 | 11100 | 0 | 110011 | 110001 | 1011101 | 100010 | 100110 |
Color Harmonies of #5E8340
Complementary color
Monochromatic Colors of #5E8340
Black with #5E8340
Text Example
Text Example
White with #5E8340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8340; }
p { color: rgb(94,131,64); }
H1.HeaderClassName
{
color: #5E8340;
}
.AnyTagClassName
{
color: #5E8340;
}
</style>
background-color css
<style>
a { background-color: #5E8340; }
a { background-color: rgb(94,131,64); }
div.DivClassName
{
background-color: #5E8340;
}
.BgClassName
{
background-color: #5E8340;
}
</style>
border-color css
<style>
span { border-color: #5E8340; }
span { border-color: rgb(94,131,64); }
td.TdClassName
{
border-color: #5E8340;
}
.TagClassName
{
border-color: #5E8340;
}
</style>