Shades of Salem #217D4B
Tints of Salem #217D4B
RGB
CMYK
RGB Variations
Color information
#217D4B (or 0x217D4B) is known color: Salem. HEX triplet: 21, 7D and 4B. RGB value is (33,125,75). Sum of RGB (Red+Green+Blue) = 33+125+75=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 125 (49.22% from 255 or 53.65% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 125 - color contains mainly: green. Hex color #217D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D4B is #DE82B4. Grayscale: #5B5B5B. Windows color (decimal): -14582453 or 4947233. OLE color: 4947233.
HSL color Cylindrical-coordinate representation of color #217D4B: hue angle of 147.39º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D4B is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 75 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.51 |
| HSL | 147.39º | 0.58% | 0.31% | - |
| HSV(B) | 147.39º | 0.74% | 0.49% | - |
| XYZ | 9.23 | 15.5 | 9.16 | - |
| YUV | 91.79 | 118.52 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 75 | 0.74 | 0 | 0.40 | 0.51 | 147.39 | 0.58 | 0.31 |
| Hex | 21 | 7D | 4B | 4A | 0 | 28 | 33 | 93 | 3A | 1F |
| Octal | 41 | 175 | 113 | 112 | 0 | 50 | 63 | 223 | 72 | 37 |
| Binary | 100001 | 1111101 | 1001011 | 1001010 | 0 | 101000 | 110011 | 10010011 | 111010 | 11111 |
Color Harmonies of #217D4B
Complementary color
Monochromatic Colors of #217D4B
Black with #217D4B
Text Example
Text Example
White with #217D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D4B; }
p { color: rgb(33,125,75); }
H1.HeaderClassName
{
color: #217D4B;
}
.AnyTagClassName
{
color: #217D4B;
}
</style>
background-color css
<style>
a { background-color: #217D4B; }
a { background-color: rgb(33,125,75); }
div.DivClassName
{
background-color: #217D4B;
}
.BgClassName
{
background-color: #217D4B;
}
</style>
border-color css
<style>
span { border-color: #217D4B; }
span { border-color: rgb(33,125,75); }
td.TdClassName
{
border-color: #217D4B;
}
.TagClassName
{
border-color: #217D4B;
}
</style>