Shades of Dingley #5E7949
Tints of Dingley #5E7949
RGB
CMYK
RGB Variations
Color information
#5E7949 (or 0x5E7949) is known color: Dingley. HEX triplet: 5E, 79 and 49. RGB value is (94,121,73). Sum of RGB (Red+Green+Blue) = 94+121+73=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7949 is #A186B6. Grayscale: #6B6B6B. Windows color (decimal): -10585783 or 4815198. OLE color: 4815198.
HSL color Cylindrical-coordinate representation of color #5E7949: hue angle of 93.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E7949 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 73 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.53 |
| HSL | 93.75º | 0.25% | 0.38% | - |
| HSV(B) | 93.75º | 0.4% | 0.47% | - |
| XYZ | 12.66 | 16.54 | 8.83 | - |
| YUV | 107.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 73 | 0.22 | 0 | 0.40 | 0.53 | 93.75 | 0.25 | 0.38 |
| Hex | 5E | 79 | 49 | 16 | 0 | 28 | 35 | 5E | 19 | 26 |
| Octal | 136 | 171 | 111 | 26 | 0 | 50 | 65 | 136 | 31 | 46 |
| Binary | 1011110 | 1111001 | 1001001 | 10110 | 0 | 101000 | 110101 | 1011110 | 11001 | 100110 |
Color Harmonies of #5E7949
Complementary color
Monochromatic Colors of #5E7949
Black with #5E7949
Text Example
Text Example
White with #5E7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7949; }
p { color: rgb(94,121,73); }
H1.HeaderClassName
{
color: #5E7949;
}
.AnyTagClassName
{
color: #5E7949;
}
</style>
background-color css
<style>
a { background-color: #5E7949; }
a { background-color: rgb(94,121,73); }
div.DivClassName
{
background-color: #5E7949;
}
.BgClassName
{
background-color: #5E7949;
}
</style>
border-color css
<style>
span { border-color: #5E7949; }
span { border-color: rgb(94,121,73); }
td.TdClassName
{
border-color: #5E7949;
}
.TagClassName
{
border-color: #5E7949;
}
</style>