Shades of Dingley #5E7E43
Tints of Dingley #5E7E43
RGB
CMYK
RGB Variations
Color information
#5E7E43 (or 0x5E7E43) is known color: Dingley. HEX triplet: 5E, 7E and 43. RGB value is (94,126,67). Sum of RGB (Red+Green+Blue) = 94+126+67=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7E43 is #A181BC. Grayscale: #6D6D6D. Windows color (decimal): -10584509 or 4423262. OLE color: 4423262.
HSL color Cylindrical-coordinate representation of color #5E7E43: hue angle of 92.54º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E7E43 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 126 | 67 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.51 |
| HSL | 92.54º | 0.31% | 0.38% | - |
| HSV(B) | 92.54º | 0.47% | 0.49% | - |
| XYZ | 13.09 | 17.71 | 8.04 | - |
| YUV | 109.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 126 | 67 | 0.25 | 0 | 0.47 | 0.51 | 92.54 | 0.31 | 0.38 |
| Hex | 5E | 7E | 43 | 19 | 0 | 2F | 33 | 5D | 1F | 26 |
| Octal | 136 | 176 | 103 | 31 | 0 | 57 | 63 | 135 | 37 | 46 |
| Binary | 1011110 | 1111110 | 1000011 | 11001 | 0 | 101111 | 110011 | 1011101 | 11111 | 100110 |
Color Harmonies of #5E7E43
Complementary color
Monochromatic Colors of #5E7E43
Black with #5E7E43
Text Example
Text Example
White with #5E7E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7E43; }
p { color: rgb(94,126,67); }
H1.HeaderClassName
{
color: #5E7E43;
}
.AnyTagClassName
{
color: #5E7E43;
}
</style>
background-color css
<style>
a { background-color: #5E7E43; }
a { background-color: rgb(94,126,67); }
div.DivClassName
{
background-color: #5E7E43;
}
.BgClassName
{
background-color: #5E7E43;
}
</style>
border-color css
<style>
span { border-color: #5E7E43; }
span { border-color: rgb(94,126,67); }
td.TdClassName
{
border-color: #5E7E43;
}
.TagClassName
{
border-color: #5E7E43;
}
</style>