Shades of Salem #217752
Tints of Salem #217752
RGB
CMYK
RGB Variations
Color information
#217752 (or 0x217752) is known color: Salem. HEX triplet: 21, 77 and 52. RGB value is (33,119,82). Sum of RGB (Red+Green+Blue) = 33+119+82=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #217752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217752 is #DE88AD. Grayscale: #595959. Windows color (decimal): -14583982 or 5404449. OLE color: 5404449.
HSL color Cylindrical-coordinate representation of color #217752: hue angle of 154.19º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217752 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 119 | 82 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.53 |
| HSL | 154.19º | 0.57% | 0.3% | - |
| HSV(B) | 154.19º | 0.72% | 0.47% | - |
| XYZ | 8.75 | 14.13 | 10.25 | - |
| YUV | 89.07 | 124.01 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 82 | 0.72 | 0 | 0.31 | 0.53 | 154.19 | 0.57 | 0.3 |
| Hex | 21 | 77 | 52 | 48 | 0 | 1F | 35 | 9A | 39 | 1E |
| Octal | 41 | 167 | 122 | 110 | 0 | 37 | 65 | 232 | 71 | 36 |
| Binary | 100001 | 1110111 | 1010010 | 1001000 | 0 | 11111 | 110101 | 10011010 | 111001 | 11110 |
Color Harmonies of #217752
Complementary color
Monochromatic Colors of #217752
Black with #217752
Text Example
Text Example
White with #217752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217752; }
p { color: rgb(33,119,82); }
H1.HeaderClassName
{
color: #217752;
}
.AnyTagClassName
{
color: #217752;
}
</style>
background-color css
<style>
a { background-color: #217752; }
a { background-color: rgb(33,119,82); }
div.DivClassName
{
background-color: #217752;
}
.BgClassName
{
background-color: #217752;
}
</style>
border-color css
<style>
span { border-color: #217752; }
span { border-color: rgb(33,119,82); }
td.TdClassName
{
border-color: #217752;
}
.TagClassName
{
border-color: #217752;
}
</style>