Shades of Dingley #5E8146
Tints of Dingley #5E8146
RGB
CMYK
RGB Variations
Color information
#5E8146 (or 0x5E8146) is known color: Dingley. HEX triplet: 5E, 81 and 46. RGB value is (94,129,70). Sum of RGB (Red+Green+Blue) = 94+129+70=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8146 is #A17EB9. Grayscale: #707070. Windows color (decimal): -10583738 or 4620638. OLE color: 4620638.
HSL color Cylindrical-coordinate representation of color #5E8146: hue angle of 95.59º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E8146 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 70 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.49 |
| HSL | 95.59º | 0.3% | 0.39% | - |
| HSV(B) | 95.59º | 0.46% | 0.51% | - |
| XYZ | 13.57 | 18.52 | 8.65 | - |
| YUV | 111.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 70 | 0.27 | 0 | 0.46 | 0.49 | 95.59 | 0.3 | 0.39 |
| Hex | 5E | 81 | 46 | 1B | 0 | 2E | 31 | 60 | 1E | 27 |
| Octal | 136 | 201 | 106 | 33 | 0 | 56 | 61 | 140 | 36 | 47 |
| Binary | 1011110 | 10000001 | 1000110 | 11011 | 0 | 101110 | 110001 | 1100000 | 11110 | 100111 |
Color Harmonies of #5E8146
Complementary color
Monochromatic Colors of #5E8146
Black with #5E8146
Text Example
Text Example
White with #5E8146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8146; }
p { color: rgb(94,129,70); }
H1.HeaderClassName
{
color: #5E8146;
}
.AnyTagClassName
{
color: #5E8146;
}
</style>
background-color css
<style>
a { background-color: #5E8146; }
a { background-color: rgb(94,129,70); }
div.DivClassName
{
background-color: #5E8146;
}
.BgClassName
{
background-color: #5E8146;
}
</style>
border-color css
<style>
span { border-color: #5E8146; }
span { border-color: rgb(94,129,70); }
td.TdClassName
{
border-color: #5E8146;
}
.TagClassName
{
border-color: #5E8146;
}
</style>