Shades of Dingley #5E843A
Tints of Dingley #5E843A
RGB
CMYK
RGB Variations
Color information
#5E843A (or 0x5E843A) is known color: Dingley. HEX triplet: 5E, 84 and 3A. RGB value is (94,132,58). Sum of RGB (Red+Green+Blue) = 94+132+58=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #5E843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E843A is #A17BC5. Grayscale: #707070. Windows color (decimal): -10582982 or 3834974. OLE color: 3834974.
HSL color Cylindrical-coordinate representation of color #5E843A: hue angle of 90.81º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E843A is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 58 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.48 |
| HSL | 90.81º | 0.39% | 0.37% | - |
| HSV(B) | 90.81º | 0.56% | 0.52% | - |
| XYZ | 13.63 | 19.19 | 6.99 | - |
| YUV | 112.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 58 | 0.29 | 0 | 0.56 | 0.48 | 90.81 | 0.39 | 0.37 |
| Hex | 5E | 84 | 3A | 1D | 0 | 38 | 30 | 5B | 27 | 25 |
| Octal | 136 | 204 | 72 | 35 | 0 | 70 | 60 | 133 | 47 | 45 |
| Binary | 1011110 | 10000100 | 111010 | 11101 | 0 | 111000 | 110000 | 1011011 | 100111 | 100101 |
Color Harmonies of #5E843A
Complementary color
Monochromatic Colors of #5E843A
Black with #5E843A
Text Example
Text Example
White with #5E843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E843A; }
p { color: rgb(94,132,58); }
H1.HeaderClassName
{
color: #5E843A;
}
.AnyTagClassName
{
color: #5E843A;
}
</style>
background-color css
<style>
a { background-color: #5E843A; }
a { background-color: rgb(94,132,58); }
div.DivClassName
{
background-color: #5E843A;
}
.BgClassName
{
background-color: #5E843A;
}
</style>
border-color css
<style>
span { border-color: #5E843A; }
span { border-color: rgb(94,132,58); }
td.TdClassName
{
border-color: #5E843A;
}
.TagClassName
{
border-color: #5E843A;
}
</style>