Shades of Salem #217A53
Tints of Salem #217A53
RGB
CMYK
RGB Variations
Color information
#217A53 (or 0x217A53) is known color: Salem. HEX triplet: 21, 7A and 53. RGB value is (33,122,83). Sum of RGB (Red+Green+Blue) = 33+122+83=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #217A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A53 is #DE85AC. Grayscale: #5B5B5B. Windows color (decimal): -14583213 or 5470753. OLE color: 5470753.
HSL color Cylindrical-coordinate representation of color #217A53: hue angle of 153.71º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A53 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 122 | 83 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.52 |
| HSL | 153.71º | 0.57% | 0.3% | - |
| HSV(B) | 153.71º | 0.73% | 0.48% | - |
| XYZ | 9.15 | 14.87 | 10.57 | - |
| YUV | 90.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 83 | 0.73 | 0 | 0.32 | 0.52 | 153.71 | 0.57 | 0.3 |
| Hex | 21 | 7A | 53 | 49 | 0 | 20 | 34 | 9A | 39 | 1E |
| Octal | 41 | 172 | 123 | 111 | 0 | 40 | 64 | 232 | 71 | 36 |
| Binary | 100001 | 1111010 | 1010011 | 1001001 | 0 | 100000 | 110100 | 10011010 | 111001 | 11110 |
Color Harmonies of #217A53
Complementary color
Monochromatic Colors of #217A53
Black with #217A53
Text Example
Text Example
White with #217A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217A53; }
p { color: rgb(33,122,83); }
H1.HeaderClassName
{
color: #217A53;
}
.AnyTagClassName
{
color: #217A53;
}
</style>
background-color css
<style>
a { background-color: #217A53; }
a { background-color: rgb(33,122,83); }
div.DivClassName
{
background-color: #217A53;
}
.BgClassName
{
background-color: #217A53;
}
</style>
border-color css
<style>
span { border-color: #217A53; }
span { border-color: rgb(33,122,83); }
td.TdClassName
{
border-color: #217A53;
}
.TagClassName
{
border-color: #217A53;
}
</style>