Shades of Dingley #5E883C
Tints of Dingley #5E883C
RGB
CMYK
RGB Variations
Color information
#5E883C (or 0x5E883C) is known color: Dingley. HEX triplet: 5E, 88 and 3C. RGB value is (94,136,60). Sum of RGB (Red+Green+Blue) = 94+136+60=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #5E883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E883C is #A177C3. Grayscale: #737373. Windows color (decimal): -10581956 or 3967070. OLE color: 3967070.
HSL color Cylindrical-coordinate representation of color #5E883C: hue angle of 93.16º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E883C is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 60 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.47 |
| HSL | 93.16º | 0.39% | 0.38% | - |
| HSV(B) | 93.16º | 0.56% | 0.53% | - |
| XYZ | 14.24 | 20.31 | 7.45 | - |
| YUV | 114.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 60 | 0.31 | 0 | 0.56 | 0.47 | 93.16 | 0.39 | 0.38 |
| Hex | 5E | 88 | 3C | 1F | 0 | 38 | 2F | 5D | 27 | 26 |
| Octal | 136 | 210 | 74 | 37 | 0 | 70 | 57 | 135 | 47 | 46 |
| Binary | 1011110 | 10001000 | 111100 | 11111 | 0 | 111000 | 101111 | 1011101 | 100111 | 100110 |
Color Harmonies of #5E883C
Complementary color
Monochromatic Colors of #5E883C
Black with #5E883C
Text Example
Text Example
White with #5E883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E883C; }
p { color: rgb(94,136,60); }
H1.HeaderClassName
{
color: #5E883C;
}
.AnyTagClassName
{
color: #5E883C;
}
</style>
background-color css
<style>
a { background-color: #5E883C; }
a { background-color: rgb(94,136,60); }
div.DivClassName
{
background-color: #5E883C;
}
.BgClassName
{
background-color: #5E883C;
}
</style>
border-color css
<style>
span { border-color: #5E883C; }
span { border-color: rgb(94,136,60); }
td.TdClassName
{
border-color: #5E883C;
}
.TagClassName
{
border-color: #5E883C;
}
</style>