Shades of Salem #217151
Tints of Salem #217151
RGB
CMYK
RGB Variations
Color information
#217151 (or 0x217151) is known color: Salem. HEX triplet: 21, 71 and 51. RGB value is (33,113,81). Sum of RGB (Red+Green+Blue) = 33+113+81=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #217151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217151 is #DE8EAE. Grayscale: #555555. Windows color (decimal): -14585519 or 5337377. OLE color: 5337377.
HSL color Cylindrical-coordinate representation of color #217151: hue angle of 156º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217151 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 113 | 81 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.56 |
| HSL | 156º | 0.55% | 0.29% | - |
| HSV(B) | 156º | 0.71% | 0.44% | - |
| XYZ | 8.02 | 12.73 | 9.82 | - |
| YUV | 85.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 81 | 0.71 | 0 | 0.28 | 0.56 | 156 | 0.55 | 0.29 |
| Hex | 21 | 71 | 51 | 47 | 0 | 1C | 38 | 9C | 37 | 1D |
| Octal | 41 | 161 | 121 | 107 | 0 | 34 | 70 | 234 | 67 | 35 |
| Binary | 100001 | 1110001 | 1010001 | 1000111 | 0 | 11100 | 111000 | 10011100 | 110111 | 11101 |
Color Harmonies of #217151
Complementary color
Monochromatic Colors of #217151
Black with #217151
Text Example
Text Example
White with #217151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217151; }
p { color: rgb(33,113,81); }
H1.HeaderClassName
{
color: #217151;
}
.AnyTagClassName
{
color: #217151;
}
</style>
background-color css
<style>
a { background-color: #217151; }
a { background-color: rgb(33,113,81); }
div.DivClassName
{
background-color: #217151;
}
.BgClassName
{
background-color: #217151;
}
</style>
border-color css
<style>
span { border-color: #217151; }
span { border-color: rgb(33,113,81); }
td.TdClassName
{
border-color: #217151;
}
.TagClassName
{
border-color: #217151;
}
</style>