Shades of Dingley #5E8A44
Tints of Dingley #5E8A44
RGB
CMYK
RGB Variations
Color information
#5E8A44 (or 0x5E8A44) is known color: Dingley. HEX triplet: 5E, 8A and 44. RGB value is (94,138,68). Sum of RGB (Red+Green+Blue) = 94+138+68=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8A44 is #A175BB. Grayscale: #757575. Windows color (decimal): -10581436 or 4491870. OLE color: 4491870.
HSL color Cylindrical-coordinate representation of color #5E8A44: hue angle of 97.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E8A44 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 68 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.46 |
| HSL | 97.71º | 0.34% | 0.4% | - |
| HSV(B) | 97.71º | 0.51% | 0.54% | - |
| XYZ | 14.75 | 20.97 | 8.74 | - |
| YUV | 116.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 68 | 0.32 | 0 | 0.51 | 0.46 | 97.71 | 0.34 | 0.4 |
| Hex | 5E | 8A | 44 | 20 | 0 | 33 | 2E | 62 | 22 | 28 |
| Octal | 136 | 212 | 104 | 40 | 0 | 63 | 56 | 142 | 42 | 50 |
| Binary | 1011110 | 10001010 | 1000100 | 100000 | 0 | 110011 | 101110 | 1100010 | 100010 | 101000 |
Color Harmonies of #5E8A44
Complementary color
Monochromatic Colors of #5E8A44
Black with #5E8A44
Text Example
Text Example
White with #5E8A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A44; }
p { color: rgb(94,138,68); }
H1.HeaderClassName
{
color: #5E8A44;
}
.AnyTagClassName
{
color: #5E8A44;
}
</style>
background-color css
<style>
a { background-color: #5E8A44; }
a { background-color: rgb(94,138,68); }
div.DivClassName
{
background-color: #5E8A44;
}
.BgClassName
{
background-color: #5E8A44;
}
</style>
border-color css
<style>
span { border-color: #5E8A44; }
span { border-color: rgb(94,138,68); }
td.TdClassName
{
border-color: #5E8A44;
}
.TagClassName
{
border-color: #5E8A44;
}
</style>