Shades of Salem #217851
Tints of Salem #217851
RGB
CMYK
RGB Variations
Color information
#217851 (or 0x217851) is known color: Salem. HEX triplet: 21, 78 and 51. RGB value is (33,120,81). Sum of RGB (Red+Green+Blue) = 33+120+81=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #217851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217851 is #DE87AE. Grayscale: #595959. Windows color (decimal): -14583727 or 5339169. OLE color: 5339169.
HSL color Cylindrical-coordinate representation of color #217851: hue angle of 153.1º 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 #217851 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 120 | 81 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.53 |
| HSL | 153.1º | 0.57% | 0.3% | - |
| HSV(B) | 153.1º | 0.73% | 0.47% | - |
| XYZ | 8.83 | 14.35 | 10.09 | - |
| YUV | 89.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 81 | 0.72 | 0 | 0.32 | 0.53 | 153.1 | 0.57 | 0.3 |
| Hex | 21 | 78 | 51 | 48 | 0 | 20 | 35 | 99 | 39 | 1E |
| Octal | 41 | 170 | 121 | 110 | 0 | 40 | 65 | 231 | 71 | 36 |
| Binary | 100001 | 1111000 | 1010001 | 1001000 | 0 | 100000 | 110101 | 10011001 | 111001 | 11110 |
Color Harmonies of #217851
Complementary color
Monochromatic Colors of #217851
Black with #217851
Text Example
Text Example
White with #217851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217851; }
p { color: rgb(33,120,81); }
H1.HeaderClassName
{
color: #217851;
}
.AnyTagClassName
{
color: #217851;
}
</style>
background-color css
<style>
a { background-color: #217851; }
a { background-color: rgb(33,120,81); }
div.DivClassName
{
background-color: #217851;
}
.BgClassName
{
background-color: #217851;
}
</style>
border-color css
<style>
span { border-color: #217851; }
span { border-color: rgb(33,120,81); }
td.TdClassName
{
border-color: #217851;
}
.TagClassName
{
border-color: #217851;
}
</style>