Shades of Salem #217350
Tints of Salem #217350
RGB
CMYK
RGB Variations
Color information
#217350 (or 0x217350) is known color: Salem. HEX triplet: 21, 73 and 50. RGB value is (33,115,80). Sum of RGB (Red+Green+Blue) = 33+115+80=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #217350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217350 is #DE8CAF. Grayscale: #565656. Windows color (decimal): -14585008 or 5272353. OLE color: 5272353.
HSL color Cylindrical-coordinate representation of color #217350: hue angle of 154.39º 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 #217350 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 80 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.55 |
| HSL | 154.39º | 0.55% | 0.29% | - |
| HSV(B) | 154.39º | 0.71% | 0.45% | - |
| XYZ | 8.21 | 13.16 | 9.7 | - |
| YUV | 86.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 80 | 0.71 | 0 | 0.30 | 0.55 | 154.39 | 0.55 | 0.29 |
| Hex | 21 | 73 | 50 | 47 | 0 | 1E | 37 | 9A | 37 | 1D |
| Octal | 41 | 163 | 120 | 107 | 0 | 36 | 67 | 232 | 67 | 35 |
| Binary | 100001 | 1110011 | 1010000 | 1000111 | 0 | 11110 | 110111 | 10011010 | 110111 | 11101 |
Color Harmonies of #217350
Complementary color
Monochromatic Colors of #217350
Black with #217350
Text Example
Text Example
White with #217350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217350; }
p { color: rgb(33,115,80); }
H1.HeaderClassName
{
color: #217350;
}
.AnyTagClassName
{
color: #217350;
}
</style>
background-color css
<style>
a { background-color: #217350; }
a { background-color: rgb(33,115,80); }
div.DivClassName
{
background-color: #217350;
}
.BgClassName
{
background-color: #217350;
}
</style>
border-color css
<style>
span { border-color: #217350; }
span { border-color: rgb(33,115,80); }
td.TdClassName
{
border-color: #217350;
}
.TagClassName
{
border-color: #217350;
}
</style>