Shades of Dingley #5E8044
Tints of Dingley #5E8044
RGB
CMYK
RGB Variations
Color information
#5E8044 (or 0x5E8044) is known color: Dingley. HEX triplet: 5E, 80 and 44. RGB value is (94,128,68). Sum of RGB (Red+Green+Blue) = 94+128+68=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8044 is #A17FBB. Grayscale: #6F6F6F. Windows color (decimal): -10583996 or 4489310. OLE color: 4489310.
HSL color Cylindrical-coordinate representation of color #5E8044: hue angle of 94º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E8044 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 128 | 68 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.50 |
| HSL | 94º | 0.31% | 0.38% | - |
| HSV(B) | 94º | 0.47% | 0.5% | - |
| XYZ | 13.38 | 18.24 | 8.28 | - |
| YUV | 110.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 68 | 0.27 | 0 | 0.47 | 0.50 | 94 | 0.31 | 0.38 |
| Hex | 5E | 80 | 44 | 1B | 0 | 2F | 32 | 5E | 1F | 26 |
| Octal | 136 | 200 | 104 | 33 | 0 | 57 | 62 | 136 | 37 | 46 |
| Binary | 1011110 | 10000000 | 1000100 | 11011 | 0 | 101111 | 110010 | 1011110 | 11111 | 100110 |
Color Harmonies of #5E8044
Complementary color
Monochromatic Colors of #5E8044
Black with #5E8044
Text Example
Text Example
White with #5E8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8044; }
p { color: rgb(94,128,68); }
H1.HeaderClassName
{
color: #5E8044;
}
.AnyTagClassName
{
color: #5E8044;
}
</style>
background-color css
<style>
a { background-color: #5E8044; }
a { background-color: rgb(94,128,68); }
div.DivClassName
{
background-color: #5E8044;
}
.BgClassName
{
background-color: #5E8044;
}
</style>
border-color css
<style>
span { border-color: #5E8044; }
span { border-color: rgb(94,128,68); }
td.TdClassName
{
border-color: #5E8044;
}
.TagClassName
{
border-color: #5E8044;
}
</style>