Shades of Dingley #658B3E
Tints of Dingley #658B3E
RGB
CMYK
RGB Variations
Color information
#658B3E (or 0x658B3E) is known color: Dingley. HEX triplet: 65, 8B and 3E. RGB value is (101,139,62). Sum of RGB (Red+Green+Blue) = 101+139+62=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #658B3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658B3E is #9A74C1. Grayscale: #777777. Windows color (decimal): -10122434 or 4098917. OLE color: 4098917.
HSL color Cylindrical-coordinate representation of color #658B3E: hue angle of 89.61º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658B3E is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 62 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.45 |
| HSL | 89.61º | 0.38% | 0.39% | - |
| HSV(B) | 89.61º | 0.55% | 0.55% | - |
| XYZ | 15.47 | 21.58 | 7.91 | - |
| YUV | 118.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 62 | 0.27 | 0 | 0.55 | 0.45 | 89.61 | 0.38 | 0.39 |
| Hex | 65 | 8B | 3E | 1B | 0 | 37 | 2D | 5A | 26 | 27 |
| Octal | 145 | 213 | 76 | 33 | 0 | 67 | 55 | 132 | 46 | 47 |
| Binary | 1100101 | 10001011 | 111110 | 11011 | 0 | 110111 | 101101 | 1011010 | 100110 | 100111 |
Color Harmonies of #658B3E
Complementary color
Monochromatic Colors of #658B3E
Black with #658B3E
Text Example
Text Example
White with #658B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B3E; }
p { color: rgb(101,139,62); }
H1.HeaderClassName
{
color: #658B3E;
}
.AnyTagClassName
{
color: #658B3E;
}
</style>
background-color css
<style>
a { background-color: #658B3E; }
a { background-color: rgb(101,139,62); }
div.DivClassName
{
background-color: #658B3E;
}
.BgClassName
{
background-color: #658B3E;
}
</style>
border-color css
<style>
span { border-color: #658B3E; }
span { border-color: rgb(101,139,62); }
td.TdClassName
{
border-color: #658B3E;
}
.TagClassName
{
border-color: #658B3E;
}
</style>