Shades of Salem #217C52
Tints of Salem #217C52
RGB
CMYK
RGB Variations
Color information
#217C52 (or 0x217C52) is known color: Salem. HEX triplet: 21, 7C and 52. RGB value is (33,124,82). Sum of RGB (Red+Green+Blue) = 33+124+82=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #217C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C52 is #DE83AD. Grayscale: #5C5C5C. Windows color (decimal): -14582702 or 5405729. OLE color: 5405729.
HSL color Cylindrical-coordinate representation of color #217C52: hue angle of 152.31º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C52 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 82 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.51 |
| HSL | 152.31º | 0.58% | 0.31% | - |
| HSV(B) | 152.31º | 0.73% | 0.49% | - |
| XYZ | 9.36 | 15.35 | 10.45 | - |
| YUV | 92 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 82 | 0.73 | 0 | 0.34 | 0.51 | 152.31 | 0.58 | 0.31 |
| Hex | 21 | 7C | 52 | 49 | 0 | 22 | 33 | 98 | 3A | 1F |
| Octal | 41 | 174 | 122 | 111 | 0 | 42 | 63 | 230 | 72 | 37 |
| Binary | 100001 | 1111100 | 1010010 | 1001001 | 0 | 100010 | 110011 | 10011000 | 111010 | 11111 |
Color Harmonies of #217C52
Complementary color
Monochromatic Colors of #217C52
Black with #217C52
Text Example
Text Example
White with #217C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C52; }
p { color: rgb(33,124,82); }
H1.HeaderClassName
{
color: #217C52;
}
.AnyTagClassName
{
color: #217C52;
}
</style>
background-color css
<style>
a { background-color: #217C52; }
a { background-color: rgb(33,124,82); }
div.DivClassName
{
background-color: #217C52;
}
.BgClassName
{
background-color: #217C52;
}
</style>
border-color css
<style>
span { border-color: #217C52; }
span { border-color: rgb(33,124,82); }
td.TdClassName
{
border-color: #217C52;
}
.TagClassName
{
border-color: #217C52;
}
</style>