Shades of Salem #217250
Tints of Salem #217250
RGB
CMYK
RGB Variations
Color information
#217250 (or 0x217250) is known color: Salem. HEX triplet: 21, 72 and 50. RGB value is (33,114,80). Sum of RGB (Red+Green+Blue) = 33+114+80=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #217250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217250 is #DE8DAF. Grayscale: #555555. Windows color (decimal): -14585264 or 5272097. OLE color: 5272097.
HSL color Cylindrical-coordinate representation of color #217250: hue angle of 154.81º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217250 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 80 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.55 |
| HSL | 154.81º | 0.55% | 0.29% | - |
| HSV(B) | 154.81º | 0.71% | 0.45% | - |
| XYZ | 8.09 | 12.94 | 9.66 | - |
| YUV | 85.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 80 | 0.71 | 0 | 0.30 | 0.55 | 154.81 | 0.55 | 0.29 |
| Hex | 21 | 72 | 50 | 47 | 0 | 1E | 37 | 9B | 37 | 1D |
| Octal | 41 | 162 | 120 | 107 | 0 | 36 | 67 | 233 | 67 | 35 |
| Binary | 100001 | 1110010 | 1010000 | 1000111 | 0 | 11110 | 110111 | 10011011 | 110111 | 11101 |
Color Harmonies of #217250
Complementary color
Monochromatic Colors of #217250
Black with #217250
Text Example
Text Example
White with #217250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217250; }
p { color: rgb(33,114,80); }
H1.HeaderClassName
{
color: #217250;
}
.AnyTagClassName
{
color: #217250;
}
</style>
background-color css
<style>
a { background-color: #217250; }
a { background-color: rgb(33,114,80); }
div.DivClassName
{
background-color: #217250;
}
.BgClassName
{
background-color: #217250;
}
</style>
border-color css
<style>
span { border-color: #217250; }
span { border-color: rgb(33,114,80); }
td.TdClassName
{
border-color: #217250;
}
.TagClassName
{
border-color: #217250;
}
</style>