Shades of Dingley #5E8740
Tints of Dingley #5E8740
RGB
CMYK
RGB Variations
Color information
#5E8740 (or 0x5E8740) is known color: Dingley. HEX triplet: 5E, 87 and 40. RGB value is (94,135,64). Sum of RGB (Red+Green+Blue) = 94+135+64=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8740 is #A178BF. Grayscale: #727272. Windows color (decimal): -10582208 or 4228958. OLE color: 4228958.
HSL color Cylindrical-coordinate representation of color #5E8740: hue angle of 94.65º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E8740 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 64 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.47 |
| HSL | 94.65º | 0.36% | 0.39% | - |
| HSV(B) | 94.65º | 0.53% | 0.53% | - |
| XYZ | 14.21 | 20.08 | 7.98 | - |
| YUV | 114.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 64 | 0.30 | 0 | 0.53 | 0.47 | 94.65 | 0.36 | 0.39 |
| Hex | 5E | 87 | 40 | 1E | 0 | 35 | 2F | 5F | 24 | 27 |
| Octal | 136 | 207 | 100 | 36 | 0 | 65 | 57 | 137 | 44 | 47 |
| Binary | 1011110 | 10000111 | 1000000 | 11110 | 0 | 110101 | 101111 | 1011111 | 100100 | 100111 |
Color Harmonies of #5E8740
Complementary color
Monochromatic Colors of #5E8740
Black with #5E8740
Text Example
Text Example
White with #5E8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8740; }
p { color: rgb(94,135,64); }
H1.HeaderClassName
{
color: #5E8740;
}
.AnyTagClassName
{
color: #5E8740;
}
</style>
background-color css
<style>
a { background-color: #5E8740; }
a { background-color: rgb(94,135,64); }
div.DivClassName
{
background-color: #5E8740;
}
.BgClassName
{
background-color: #5E8740;
}
</style>
border-color css
<style>
span { border-color: #5E8740; }
span { border-color: rgb(94,135,64); }
td.TdClassName
{
border-color: #5E8740;
}
.TagClassName
{
border-color: #5E8740;
}
</style>