Shades of Salem #217E53
Tints of Salem #217E53
RGB
CMYK
RGB Variations
Color information
#217E53 (or 0x217E53) is known color: Salem. HEX triplet: 21, 7E and 53. RGB value is (33,126,83). Sum of RGB (Red+Green+Blue) = 33+126+83=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #217E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217E53 is #DE81AC. Grayscale: #5D5D5D. Windows color (decimal): -14582189 or 5471777. OLE color: 5471777.
HSL color Cylindrical-coordinate representation of color #217E53: hue angle of 152.26º 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 #217E53 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 126 | 83 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.51 |
| HSL | 152.26º | 0.58% | 0.31% | - |
| HSV(B) | 152.26º | 0.74% | 0.49% | - |
| XYZ | 9.65 | 15.87 | 10.74 | - |
| YUV | 93.29 | 122.19 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 83 | 0.74 | 0 | 0.34 | 0.51 | 152.26 | 0.58 | 0.31 |
| Hex | 21 | 7E | 53 | 4A | 0 | 22 | 33 | 98 | 3A | 1F |
| Octal | 41 | 176 | 123 | 112 | 0 | 42 | 63 | 230 | 72 | 37 |
| Binary | 100001 | 1111110 | 1010011 | 1001010 | 0 | 100010 | 110011 | 10011000 | 111010 | 11111 |
Color Harmonies of #217E53
Complementary color
Monochromatic Colors of #217E53
Black with #217E53
Text Example
Text Example
White with #217E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217E53; }
p { color: rgb(33,126,83); }
H1.HeaderClassName
{
color: #217E53;
}
.AnyTagClassName
{
color: #217E53;
}
</style>
background-color css
<style>
a { background-color: #217E53; }
a { background-color: rgb(33,126,83); }
div.DivClassName
{
background-color: #217E53;
}
.BgClassName
{
background-color: #217E53;
}
</style>
border-color css
<style>
span { border-color: #217E53; }
span { border-color: rgb(33,126,83); }
td.TdClassName
{
border-color: #217E53;
}
.TagClassName
{
border-color: #217E53;
}
</style>