Shades of Dingley #5E7944
Tints of Dingley #5E7944
RGB
CMYK
RGB Variations
Color information
#5E7944 (or 0x5E7944) is known color: Dingley. HEX triplet: 5E, 79 and 44. RGB value is (94,121,68). Sum of RGB (Red+Green+Blue) = 94+121+68=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7944 is #A186BB. Grayscale: #6B6B6B. Windows color (decimal): -10585788 or 4487518. OLE color: 4487518.
HSL color Cylindrical-coordinate representation of color #5E7944: hue angle of 90.57º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E7944 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 68 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.53 |
| HSL | 90.57º | 0.28% | 0.37% | - |
| HSV(B) | 90.57º | 0.44% | 0.47% | - |
| XYZ | 12.5 | 16.47 | 7.99 | - |
| YUV | 106.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 68 | 0.22 | 0 | 0.44 | 0.53 | 90.57 | 0.28 | 0.37 |
| Hex | 5E | 79 | 44 | 16 | 0 | 2C | 35 | 5B | 1C | 25 |
| Octal | 136 | 171 | 104 | 26 | 0 | 54 | 65 | 133 | 34 | 45 |
| Binary | 1011110 | 1111001 | 1000100 | 10110 | 0 | 101100 | 110101 | 1011011 | 11100 | 100101 |
Color Harmonies of #5E7944
Complementary color
Monochromatic Colors of #5E7944
Black with #5E7944
Text Example
Text Example
White with #5E7944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7944; }
p { color: rgb(94,121,68); }
H1.HeaderClassName
{
color: #5E7944;
}
.AnyTagClassName
{
color: #5E7944;
}
</style>
background-color css
<style>
a { background-color: #5E7944; }
a { background-color: rgb(94,121,68); }
div.DivClassName
{
background-color: #5E7944;
}
.BgClassName
{
background-color: #5E7944;
}
</style>
border-color css
<style>
span { border-color: #5E7944; }
span { border-color: rgb(94,121,68); }
td.TdClassName
{
border-color: #5E7944;
}
.TagClassName
{
border-color: #5E7944;
}
</style>