Shades of Dingley #5E9041
Tints of Dingley #5E9041
RGB
CMYK
RGB Variations
Color information
#5E9041 (or 0x5E9041) is known color: Dingley. HEX triplet: 5E, 90 and 41. RGB value is (94,144,65). Sum of RGB (Red+Green+Blue) = 94+144+65=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #5E9041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9041 is #A16FBE. Grayscale: #787878. Windows color (decimal): -10579903 or 4296798. OLE color: 4296798.
HSL color Cylindrical-coordinate representation of color #5E9041: hue angle of 97.97º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E9041 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 65 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.44 |
| HSL | 97.97º | 0.38% | 0.41% | - |
| HSV(B) | 97.97º | 0.55% | 0.56% | - |
| XYZ | 15.54 | 22.71 | 8.56 | - |
| YUV | 120.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 65 | 0.35 | 0 | 0.55 | 0.44 | 97.97 | 0.38 | 0.41 |
| Hex | 5E | 90 | 41 | 23 | 0 | 37 | 2C | 62 | 26 | 29 |
| Octal | 136 | 220 | 101 | 43 | 0 | 67 | 54 | 142 | 46 | 51 |
| Binary | 1011110 | 10010000 | 1000001 | 100011 | 0 | 110111 | 101100 | 1100010 | 100110 | 101001 |
Color Harmonies of #5E9041
Complementary color
Monochromatic Colors of #5E9041
Black with #5E9041
Text Example
Text Example
White with #5E9041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9041; }
p { color: rgb(94,144,65); }
H1.HeaderClassName
{
color: #5E9041;
}
.AnyTagClassName
{
color: #5E9041;
}
</style>
background-color css
<style>
a { background-color: #5E9041; }
a { background-color: rgb(94,144,65); }
div.DivClassName
{
background-color: #5E9041;
}
.BgClassName
{
background-color: #5E9041;
}
</style>
border-color css
<style>
span { border-color: #5E9041; }
span { border-color: rgb(94,144,65); }
td.TdClassName
{
border-color: #5E9041;
}
.TagClassName
{
border-color: #5E9041;
}
</style>