Shades of Salem #217B4D
Tints of Salem #217B4D
RGB
CMYK
RGB Variations
Color information
#217B4D (or 0x217B4D) is known color: Salem. HEX triplet: 21, 7B and 4D. RGB value is (33,123,77). Sum of RGB (Red+Green+Blue) = 33+123+77=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #217B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B4D is #DE84B2. Grayscale: #5A5A5A. Windows color (decimal): -14582963 or 5077793. OLE color: 5077793.
HSL color Cylindrical-coordinate representation of color #217B4D: hue angle of 149.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B4D is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 77 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.52 |
| HSL | 149.33º | 0.58% | 0.31% | - |
| HSV(B) | 149.33º | 0.73% | 0.48% | - |
| XYZ | 9.05 | 15.03 | 9.44 | - |
| YUV | 90.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 77 | 0.73 | 0 | 0.37 | 0.52 | 149.33 | 0.58 | 0.31 |
| Hex | 21 | 7B | 4D | 49 | 0 | 25 | 34 | 95 | 3A | 1F |
| Octal | 41 | 173 | 115 | 111 | 0 | 45 | 64 | 225 | 72 | 37 |
| Binary | 100001 | 1111011 | 1001101 | 1001001 | 0 | 100101 | 110100 | 10010101 | 111010 | 11111 |
Color Harmonies of #217B4D
Complementary color
Monochromatic Colors of #217B4D
Black with #217B4D
Text Example
Text Example
White with #217B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B4D; }
p { color: rgb(33,123,77); }
H1.HeaderClassName
{
color: #217B4D;
}
.AnyTagClassName
{
color: #217B4D;
}
</style>
background-color css
<style>
a { background-color: #217B4D; }
a { background-color: rgb(33,123,77); }
div.DivClassName
{
background-color: #217B4D;
}
.BgClassName
{
background-color: #217B4D;
}
</style>
border-color css
<style>
span { border-color: #217B4D; }
span { border-color: rgb(33,123,77); }
td.TdClassName
{
border-color: #217B4D;
}
.TagClassName
{
border-color: #217B4D;
}
</style>