Shades of Dingley #637E50
Tints of Dingley #637E50
RGB
CMYK
RGB Variations
Color information
#637E50 (or 0x637E50) is known color: Dingley. HEX triplet: 63, 7E and 50. RGB value is (99,126,80). Sum of RGB (Red+Green+Blue) = 99+126+80=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #637E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637E50 is #9C81AF. Grayscale: #707070. Windows color (decimal): -10256816 or 5275235. OLE color: 5275235.
HSL color Cylindrical-coordinate representation of color #637E50: hue angle of 95.22º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #637E50 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 126 | 80 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.51 |
| HSL | 95.22º | 0.22% | 0.4% | - |
| HSV(B) | 95.22º | 0.37% | 0.49% | - |
| XYZ | 14.05 | 18.15 | 10.35 | - |
| YUV | 112.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 80 | 0.21 | 0 | 0.37 | 0.51 | 95.22 | 0.22 | 0.4 |
| Hex | 63 | 7E | 50 | 15 | 0 | 25 | 33 | 5F | 16 | 28 |
| Octal | 143 | 176 | 120 | 25 | 0 | 45 | 63 | 137 | 26 | 50 |
| Binary | 1100011 | 1111110 | 1010000 | 10101 | 0 | 100101 | 110011 | 1011111 | 10110 | 101000 |
Color Harmonies of #637E50
Complementary color
Monochromatic Colors of #637E50
Black with #637E50
Text Example
Text Example
White with #637E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637E50; }
p { color: rgb(99,126,80); }
H1.HeaderClassName
{
color: #637E50;
}
.AnyTagClassName
{
color: #637E50;
}
</style>
background-color css
<style>
a { background-color: #637E50; }
a { background-color: rgb(99,126,80); }
div.DivClassName
{
background-color: #637E50;
}
.BgClassName
{
background-color: #637E50;
}
</style>
border-color css
<style>
span { border-color: #637E50; }
span { border-color: rgb(99,126,80); }
td.TdClassName
{
border-color: #637E50;
}
.TagClassName
{
border-color: #637E50;
}
</style>