Shades of Dingley #5E9240
Tints of Dingley #5E9240
RGB
CMYK
RGB Variations
Color information
#5E9240 (or 0x5E9240) is known color: Dingley. HEX triplet: 5E, 92 and 40. RGB value is (94,146,64). Sum of RGB (Red+Green+Blue) = 94+146+64=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9240 is #A16DBF. Grayscale: #797979. Windows color (decimal): -10579392 or 4231774. OLE color: 4231774.
HSL color Cylindrical-coordinate representation of color #5E9240: hue angle of 98.05º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E9240 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 64 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.43 |
| HSL | 98.05º | 0.39% | 0.41% | - |
| HSV(B) | 98.05º | 0.56% | 0.57% | - |
| XYZ | 15.82 | 23.31 | 8.52 | - |
| YUV | 121.1 | 95.77 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 64 | 0.36 | 0 | 0.56 | 0.43 | 98.05 | 0.39 | 0.41 |
| Hex | 5E | 92 | 40 | 24 | 0 | 38 | 2B | 62 | 27 | 29 |
| Octal | 136 | 222 | 100 | 44 | 0 | 70 | 53 | 142 | 47 | 51 |
| Binary | 1011110 | 10010010 | 1000000 | 100100 | 0 | 111000 | 101011 | 1100010 | 100111 | 101001 |
Color Harmonies of #5E9240
Complementary color
Monochromatic Colors of #5E9240
Black with #5E9240
Text Example
Text Example
White with #5E9240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9240; }
p { color: rgb(94,146,64); }
H1.HeaderClassName
{
color: #5E9240;
}
.AnyTagClassName
{
color: #5E9240;
}
</style>
background-color css
<style>
a { background-color: #5E9240; }
a { background-color: rgb(94,146,64); }
div.DivClassName
{
background-color: #5E9240;
}
.BgClassName
{
background-color: #5E9240;
}
</style>
border-color css
<style>
span { border-color: #5E9240; }
span { border-color: rgb(94,146,64); }
td.TdClassName
{
border-color: #5E9240;
}
.TagClassName
{
border-color: #5E9240;
}
</style>