Shades of Dingley #5E8643
Tints of Dingley #5E8643
RGB
CMYK
RGB Variations
Color information
#5E8643 (or 0x5E8643) is known color: Dingley. HEX triplet: 5E, 86 and 43. RGB value is (94,134,67). Sum of RGB (Red+Green+Blue) = 94+134+67=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8643 is #A179BC. Grayscale: #727272. Windows color (decimal): -10582461 or 4425310. OLE color: 4425310.
HSL color Cylindrical-coordinate representation of color #5E8643: hue angle of 95.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E8643 is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 67 | - |
| CMYK | 0.30 | 0 | 0.5 | 0.47 |
| HSL | 95.82º | 0.33% | 0.39% | - |
| HSV(B) | 95.82º | 0.5% | 0.53% | - |
| XYZ | 14.15 | 19.84 | 8.39 | - |
| YUV | 114.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 67 | 0.30 | 0 | 0.5 | 0.47 | 95.82 | 0.33 | 0.39 |
| Hex | 5E | 86 | 43 | 1E | 0 | 32 | 2F | 60 | 21 | 27 |
| Octal | 136 | 206 | 103 | 36 | 0 | 62 | 57 | 140 | 41 | 47 |
| Binary | 1011110 | 10000110 | 1000011 | 11110 | 0 | 110010 | 101111 | 1100000 | 100001 | 100111 |
Color Harmonies of #5E8643
Complementary color
Monochromatic Colors of #5E8643
Black with #5E8643
Text Example
Text Example
White with #5E8643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8643; }
p { color: rgb(94,134,67); }
H1.HeaderClassName
{
color: #5E8643;
}
.AnyTagClassName
{
color: #5E8643;
}
</style>
background-color css
<style>
a { background-color: #5E8643; }
a { background-color: rgb(94,134,67); }
div.DivClassName
{
background-color: #5E8643;
}
.BgClassName
{
background-color: #5E8643;
}
</style>
border-color css
<style>
span { border-color: #5E8643; }
span { border-color: rgb(94,134,67); }
td.TdClassName
{
border-color: #5E8643;
}
.TagClassName
{
border-color: #5E8643;
}
</style>