Shades of Salem #217850
Tints of Salem #217850
RGB
CMYK
RGB Variations
Color information
#217850 (or 0x217850) is known color: Salem. HEX triplet: 21, 78 and 50. RGB value is (33,120,80). Sum of RGB (Red+Green+Blue) = 33+120+80=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #217850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217850 is #DE87AF. Grayscale: #595959. Windows color (decimal): -14583728 or 5273633. OLE color: 5273633.
HSL color Cylindrical-coordinate representation of color #217850: hue angle of 152.41º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217850 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 120 | 80 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.53 |
| HSL | 152.41º | 0.57% | 0.3% | - |
| HSV(B) | 152.41º | 0.73% | 0.47% | - |
| XYZ | 8.79 | 14.34 | 9.89 | - |
| YUV | 89.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 80 | 0.72 | 0 | 0.33 | 0.53 | 152.41 | 0.57 | 0.3 |
| Hex | 21 | 78 | 50 | 48 | 0 | 21 | 35 | 98 | 39 | 1E |
| Octal | 41 | 170 | 120 | 110 | 0 | 41 | 65 | 230 | 71 | 36 |
| Binary | 100001 | 1111000 | 1010000 | 1001000 | 0 | 100001 | 110101 | 10011000 | 111001 | 11110 |
Color Harmonies of #217850
Complementary color
Monochromatic Colors of #217850
Black with #217850
Text Example
Text Example
White with #217850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217850; }
p { color: rgb(33,120,80); }
H1.HeaderClassName
{
color: #217850;
}
.AnyTagClassName
{
color: #217850;
}
</style>
background-color css
<style>
a { background-color: #217850; }
a { background-color: rgb(33,120,80); }
div.DivClassName
{
background-color: #217850;
}
.BgClassName
{
background-color: #217850;
}
</style>
border-color css
<style>
span { border-color: #217850; }
span { border-color: rgb(33,120,80); }
td.TdClassName
{
border-color: #217850;
}
.TagClassName
{
border-color: #217850;
}
</style>