Shades of Dingley #5E8241
Tints of Dingley #5E8241
RGB
CMYK
RGB Variations
Color information
#5E8241 (or 0x5E8241) is known color: Dingley. HEX triplet: 5E, 82 and 41. RGB value is (94,130,65). Sum of RGB (Red+Green+Blue) = 94+130+65=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8241 is #A17DBE. Grayscale: #707070. Windows color (decimal): -10583487 or 4293214. OLE color: 4293214.
HSL color Cylindrical-coordinate representation of color #5E8241: hue angle of 93.23º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E8241 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 130 | 65 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.49 |
| HSL | 93.23º | 0.33% | 0.38% | - |
| HSV(B) | 93.23º | 0.5% | 0.51% | - |
| XYZ | 13.55 | 18.73 | 7.9 | - |
| YUV | 111.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 130 | 65 | 0.28 | 0 | 0.50 | 0.49 | 93.23 | 0.33 | 0.38 |
| Hex | 5E | 82 | 41 | 1C | 0 | 32 | 31 | 5D | 21 | 26 |
| Octal | 136 | 202 | 101 | 34 | 0 | 62 | 61 | 135 | 41 | 46 |
| Binary | 1011110 | 10000010 | 1000001 | 11100 | 0 | 110010 | 110001 | 1011101 | 100001 | 100110 |
Color Harmonies of #5E8241
Complementary color
Monochromatic Colors of #5E8241
Black with #5E8241
Text Example
Text Example
White with #5E8241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8241; }
p { color: rgb(94,130,65); }
H1.HeaderClassName
{
color: #5E8241;
}
.AnyTagClassName
{
color: #5E8241;
}
</style>
background-color css
<style>
a { background-color: #5E8241; }
a { background-color: rgb(94,130,65); }
div.DivClassName
{
background-color: #5E8241;
}
.BgClassName
{
background-color: #5E8241;
}
</style>
border-color css
<style>
span { border-color: #5E8241; }
span { border-color: rgb(94,130,65); }
td.TdClassName
{
border-color: #5E8241;
}
.TagClassName
{
border-color: #5E8241;
}
</style>