Shades of Salem #217D55
Tints of Salem #217D55
RGB
CMYK
RGB Variations
Color information
#217D55 (or 0x217D55) is known color: Salem. HEX triplet: 21, 7D and 55. RGB value is (33,125,85). Sum of RGB (Red+Green+Blue) = 33+125+85=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #217D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D55 is #DE82AA. Grayscale: #5D5D5D. Windows color (decimal): -14582443 or 5602593. OLE color: 5602593.
HSL color Cylindrical-coordinate representation of color #217D55: hue angle of 153.91º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D55 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 85 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.51 |
| HSL | 153.91º | 0.58% | 0.31% | - |
| HSV(B) | 153.91º | 0.74% | 0.49% | - |
| XYZ | 9.6 | 15.65 | 11.11 | - |
| YUV | 92.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 85 | 0.74 | 0 | 0.32 | 0.51 | 153.91 | 0.58 | 0.31 |
| Hex | 21 | 7D | 55 | 4A | 0 | 20 | 33 | 9A | 3A | 1F |
| Octal | 41 | 175 | 125 | 112 | 0 | 40 | 63 | 232 | 72 | 37 |
| Binary | 100001 | 1111101 | 1010101 | 1001010 | 0 | 100000 | 110011 | 10011010 | 111010 | 11111 |
Color Harmonies of #217D55
Complementary color
Monochromatic Colors of #217D55
Black with #217D55
Text Example
Text Example
White with #217D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D55; }
p { color: rgb(33,125,85); }
H1.HeaderClassName
{
color: #217D55;
}
.AnyTagClassName
{
color: #217D55;
}
</style>
background-color css
<style>
a { background-color: #217D55; }
a { background-color: rgb(33,125,85); }
div.DivClassName
{
background-color: #217D55;
}
.BgClassName
{
background-color: #217D55;
}
</style>
border-color css
<style>
span { border-color: #217D55; }
span { border-color: rgb(33,125,85); }
td.TdClassName
{
border-color: #217D55;
}
.TagClassName
{
border-color: #217D55;
}
</style>