Shades of Dingley #658D46
Tints of Dingley #658D46
RGB
CMYK
RGB Variations
Color information
#658D46 (or 0x658D46) is known color: Dingley. HEX triplet: 65, 8D and 46. RGB value is (101,141,70). Sum of RGB (Red+Green+Blue) = 101+141+70=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #658D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658D46 is #9A72B9. Grayscale: #797979. Windows color (decimal): -10121914 or 4623717. OLE color: 4623717.
HSL color Cylindrical-coordinate representation of color #658D46: hue angle of 93.8º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #658D46 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 141 | 70 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.45 |
| HSL | 93.8º | 0.34% | 0.41% | - |
| HSV(B) | 93.8º | 0.5% | 0.55% | - |
| XYZ | 16 | 22.26 | 9.25 | - |
| YUV | 120.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 70 | 0.28 | 0 | 0.50 | 0.45 | 93.8 | 0.34 | 0.41 |
| Hex | 65 | 8D | 46 | 1C | 0 | 32 | 2D | 5E | 22 | 29 |
| Octal | 145 | 215 | 106 | 34 | 0 | 62 | 55 | 136 | 42 | 51 |
| Binary | 1100101 | 10001101 | 1000110 | 11100 | 0 | 110010 | 101101 | 1011110 | 100010 | 101001 |
Color Harmonies of #658D46
Complementary color
Monochromatic Colors of #658D46
Black with #658D46
Text Example
Text Example
White with #658D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D46; }
p { color: rgb(101,141,70); }
H1.HeaderClassName
{
color: #658D46;
}
.AnyTagClassName
{
color: #658D46;
}
</style>
background-color css
<style>
a { background-color: #658D46; }
a { background-color: rgb(101,141,70); }
div.DivClassName
{
background-color: #658D46;
}
.BgClassName
{
background-color: #658D46;
}
</style>
border-color css
<style>
span { border-color: #658D46; }
span { border-color: rgb(101,141,70); }
td.TdClassName
{
border-color: #658D46;
}
.TagClassName
{
border-color: #658D46;
}
</style>