bdd9d65ab93d3a4021864d0133ff1ae2a2d973d8
[jalview.git] / help / html / colourSchemes / strand.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4  * Copyright (C) $$Year-Rel$$ The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *  
13  * Jalview is distributed in the hope that it will be useful, but 
14  * WITHOUT ANY WARRANTY; without even the implied warranty 
15  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
16  * PURPOSE.  See the GNU General Public License for more details.
17  * 
18  * You should have received a copy of the GNU General Public License
19  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
20  * The Jalview Authors are detailed in the 'AUTHORS' file.
21  -->
22 <head>
23 <title>Strand Colour Scheme</title>
24 <style type="text/css">
25 <!--
26 td {
27         text-align: center;
28 }
29 -->
30 </style>
31 </head>
32
33 <body>
34   <p>
35     <strong>Strand propensity</strong>
36   </p>
37   <div align="center">
38     <table width="400" border="1">
39       <tr>
40         <td bgcolor="#ffff00">V</td>
41         <td bgcolor="#ecec13">I</td>
42         <td bgcolor="#d3d32c">Y</td>
43         <td bgcolor="#c2c23d">F</td>
44         <td bgcolor="#c0c03f">W</td>
45       </tr>
46       <tr>
47         <td bgcolor="#b2b24d">L</td>
48         <td bgcolor="#9d9d62">T</td>
49         <td bgcolor="#9d9d62">C</td>
50         <td bgcolor="#8c8c73">Q</td>
51         <td bgcolor="#82827d">M</td>
52       </tr>
53       <tr>
54         <td bgcolor="#797986">X</td>
55         <td bgcolor="#6b6b94">R</td>
56         <td bgcolor="#64649b">N</td>
57         <td bgcolor="#60609f">H</td>
58         <td bgcolor="#5858a7">A</td>
59       </tr>
60       <tr>
61         <td bgcolor="#4949b6">S</td>
62         <td bgcolor="#4949b6">G</td>
63         <td bgcolor="#4747b8">Z</td>
64         <td bgcolor="#4747b8">K</td>
65         <td bgcolor="#4343bc">B</td>
66       </tr>
67       <tr>
68         </td>
69         <td bgcolor="#2323dc">P</td>
70         <td bgcolor="#2121de">D</td>
71         <td bgcolor="#0000ff">E</td>
72       </tr>
73     </table>
74   </div>
75 </body>
76 </html>