Shades of Dingley #657C52
Tints of Dingley #657C52
RGB
CMYK
RGB Variations
Color information
#657C52 (or 0x657C52) is known color: Dingley. HEX triplet: 65, 7C and 52. RGB value is (101,124,82). Sum of RGB (Red+Green+Blue) = 101+124+82=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #657C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C52 is #9A83AD. Grayscale: #707070. Windows color (decimal): -10126254 or 5405797. OLE color: 5405797.
HSL color Cylindrical-coordinate representation of color #657C52: hue angle of 92.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #657C52 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 82 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.51 |
| HSL | 92.86º | 0.2% | 0.4% | - |
| HSV(B) | 92.86º | 0.34% | 0.49% | - |
| XYZ | 14.1 | 17.79 | 10.67 | - |
| YUV | 112.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 82 | 0.19 | 0 | 0.34 | 0.51 | 92.86 | 0.2 | 0.4 |
| Hex | 65 | 7C | 52 | 13 | 0 | 22 | 33 | 5D | 14 | 28 |
| Octal | 145 | 174 | 122 | 23 | 0 | 42 | 63 | 135 | 24 | 50 |
| Binary | 1100101 | 1111100 | 1010010 | 10011 | 0 | 100010 | 110011 | 1011101 | 10100 | 101000 |
Color Harmonies of #657C52
Complementary color
Monochromatic Colors of #657C52
Black with #657C52
Text Example
Text Example
White with #657C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C52; }
p { color: rgb(101,124,82); }
H1.HeaderClassName
{
color: #657C52;
}
.AnyTagClassName
{
color: #657C52;
}
</style>
background-color css
<style>
a { background-color: #657C52; }
a { background-color: rgb(101,124,82); }
div.DivClassName
{
background-color: #657C52;
}
.BgClassName
{
background-color: #657C52;
}
</style>
border-color css
<style>
span { border-color: #657C52; }
span { border-color: rgb(101,124,82); }
td.TdClassName
{
border-color: #657C52;
}
.TagClassName
{
border-color: #657C52;
}
</style>