Shades of Salem #217D4F
Tints of Salem #217D4F
RGB
CMYK
RGB Variations
Color information
#217D4F (or 0x217D4F) is known color: Salem. HEX triplet: 21, 7D and 4F. RGB value is (33,125,79). Sum of RGB (Red+Green+Blue) = 33+125+79=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #217D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D4F is #DE82B0. Grayscale: #5C5C5C. Windows color (decimal): -14582449 or 5209377. OLE color: 5209377.
HSL color Cylindrical-coordinate representation of color #217D4F: hue angle of 150º 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 #217D4F is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 79 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.51 |
| HSL | 150º | 0.58% | 0.31% | - |
| HSV(B) | 150º | 0.74% | 0.49% | - |
| XYZ | 9.37 | 15.56 | 9.91 | - |
| YUV | 92.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 79 | 0.74 | 0 | 0.37 | 0.51 | 150 | 0.58 | 0.31 |
| Hex | 21 | 7D | 4F | 4A | 0 | 25 | 33 | 96 | 3A | 1F |
| Octal | 41 | 175 | 117 | 112 | 0 | 45 | 63 | 226 | 72 | 37 |
| Binary | 100001 | 1111101 | 1001111 | 1001010 | 0 | 100101 | 110011 | 10010110 | 111010 | 11111 |
Color Harmonies of #217D4F
Complementary color
Monochromatic Colors of #217D4F
Black with #217D4F
Text Example
Text Example
White with #217D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D4F; }
p { color: rgb(33,125,79); }
H1.HeaderClassName
{
color: #217D4F;
}
.AnyTagClassName
{
color: #217D4F;
}
</style>
background-color css
<style>
a { background-color: #217D4F; }
a { background-color: rgb(33,125,79); }
div.DivClassName
{
background-color: #217D4F;
}
.BgClassName
{
background-color: #217D4F;
}
</style>
border-color css
<style>
span { border-color: #217D4F; }
span { border-color: rgb(33,125,79); }
td.TdClassName
{
border-color: #217D4F;
}
.TagClassName
{
border-color: #217D4F;
}
</style>