Shades of Salem #217C54
Tints of Salem #217C54
RGB
CMYK
RGB Variations
Color information
#217C54 (or 0x217C54) is known color: Salem. HEX triplet: 21, 7C and 54. RGB value is (33,124,84). Sum of RGB (Red+Green+Blue) = 33+124+84=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #217C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C54 is #DE83AB. Grayscale: #5C5C5C. Windows color (decimal): -14582700 or 5536801. OLE color: 5536801.
HSL color Cylindrical-coordinate representation of color #217C54: hue angle of 153.63º 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 #217C54 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 84 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.51 |
| HSL | 153.63º | 0.58% | 0.31% | - |
| HSV(B) | 153.63º | 0.73% | 0.49% | - |
| XYZ | 9.44 | 15.38 | 10.86 | - |
| YUV | 92.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 84 | 0.73 | 0 | 0.32 | 0.51 | 153.63 | 0.58 | 0.31 |
| Hex | 21 | 7C | 54 | 49 | 0 | 20 | 33 | 9A | 3A | 1F |
| Octal | 41 | 174 | 124 | 111 | 0 | 40 | 63 | 232 | 72 | 37 |
| Binary | 100001 | 1111100 | 1010100 | 1001001 | 0 | 100000 | 110011 | 10011010 | 111010 | 11111 |
Color Harmonies of #217C54
Complementary color
Monochromatic Colors of #217C54
Black with #217C54
Text Example
Text Example
White with #217C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C54; }
p { color: rgb(33,124,84); }
H1.HeaderClassName
{
color: #217C54;
}
.AnyTagClassName
{
color: #217C54;
}
</style>
background-color css
<style>
a { background-color: #217C54; }
a { background-color: rgb(33,124,84); }
div.DivClassName
{
background-color: #217C54;
}
.BgClassName
{
background-color: #217C54;
}
</style>
border-color css
<style>
span { border-color: #217C54; }
span { border-color: rgb(33,124,84); }
td.TdClassName
{
border-color: #217C54;
}
.TagClassName
{
border-color: #217C54;
}
</style>