Shades of Dingley #5E8C42
Tints of Dingley #5E8C42
RGB
CMYK
RGB Variations
Color information
#5E8C42 (or 0x5E8C42) is known color: Dingley. HEX triplet: 5E, 8C and 42. RGB value is (94,140,66). Sum of RGB (Red+Green+Blue) = 94+140+66=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #5E8C42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8C42 is #A173BD. Grayscale: #767676. Windows color (decimal): -10580926 or 4361310. OLE color: 4361310.
HSL color Cylindrical-coordinate representation of color #5E8C42: hue angle of 97.3º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E8C42 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 140 | 66 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.45 |
| HSL | 97.3º | 0.36% | 0.4% | - |
| HSV(B) | 97.3º | 0.53% | 0.55% | - |
| XYZ | 14.98 | 21.53 | 8.52 | - |
| YUV | 117.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 140 | 66 | 0.33 | 0 | 0.53 | 0.45 | 97.3 | 0.36 | 0.4 |
| Hex | 5E | 8C | 42 | 21 | 0 | 35 | 2D | 61 | 24 | 28 |
| Octal | 136 | 214 | 102 | 41 | 0 | 65 | 55 | 141 | 44 | 50 |
| Binary | 1011110 | 10001100 | 1000010 | 100001 | 0 | 110101 | 101101 | 1100001 | 100100 | 101000 |
Color Harmonies of #5E8C42
Complementary color
Monochromatic Colors of #5E8C42
Black with #5E8C42
Text Example
Text Example
White with #5E8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8C42; }
p { color: rgb(94,140,66); }
H1.HeaderClassName
{
color: #5E8C42;
}
.AnyTagClassName
{
color: #5E8C42;
}
</style>
background-color css
<style>
a { background-color: #5E8C42; }
a { background-color: rgb(94,140,66); }
div.DivClassName
{
background-color: #5E8C42;
}
.BgClassName
{
background-color: #5E8C42;
}
</style>
border-color css
<style>
span { border-color: #5E8C42; }
span { border-color: rgb(94,140,66); }
td.TdClassName
{
border-color: #5E8C42;
}
.TagClassName
{
border-color: #5E8C42;
}
</style>