Shades of Dingley #5E873B
Tints of Dingley #5E873B
RGB
CMYK
RGB Variations
Color information
#5E873B (or 0x5E873B) is known color: Dingley. HEX triplet: 5E, 87 and 3B. RGB value is (94,135,59). Sum of RGB (Red+Green+Blue) = 94+135+59=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #5E873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E873B is #A178C4. Grayscale: #727272. Windows color (decimal): -10582213 or 3901278. OLE color: 3901278.
HSL color Cylindrical-coordinate representation of color #5E873B: hue angle of 92.37º 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 #5E873B is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 59 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.47 |
| HSL | 92.37º | 0.39% | 0.38% | - |
| HSV(B) | 92.37º | 0.56% | 0.53% | - |
| XYZ | 14.07 | 20.02 | 7.26 | - |
| YUV | 114.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 59 | 0.30 | 0 | 0.56 | 0.47 | 92.37 | 0.39 | 0.38 |
| Hex | 5E | 87 | 3B | 1E | 0 | 38 | 2F | 5C | 27 | 26 |
| Octal | 136 | 207 | 73 | 36 | 0 | 70 | 57 | 134 | 47 | 46 |
| Binary | 1011110 | 10000111 | 111011 | 11110 | 0 | 111000 | 101111 | 1011100 | 100111 | 100110 |
Color Harmonies of #5E873B
Complementary color
Monochromatic Colors of #5E873B
Black with #5E873B
Text Example
Text Example
White with #5E873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E873B; }
p { color: rgb(94,135,59); }
H1.HeaderClassName
{
color: #5E873B;
}
.AnyTagClassName
{
color: #5E873B;
}
</style>
background-color css
<style>
a { background-color: #5E873B; }
a { background-color: rgb(94,135,59); }
div.DivClassName
{
background-color: #5E873B;
}
.BgClassName
{
background-color: #5E873B;
}
</style>
border-color css
<style>
span { border-color: #5E873B; }
span { border-color: rgb(94,135,59); }
td.TdClassName
{
border-color: #5E873B;
}
.TagClassName
{
border-color: #5E873B;
}
</style>