Shades of Salem #217D46
Tints of Salem #217D46
RGB
CMYK
RGB Variations
Color information
#217D46 (or 0x217D46) is known color: Salem. HEX triplet: 21, 7D and 46. RGB value is (33,125,70). Sum of RGB (Red+Green+Blue) = 33+125+70=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #217D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D46 is #DE82B9. Grayscale: #5B5B5B. Windows color (decimal): -14582458 or 4619553. OLE color: 4619553.
HSL color Cylindrical-coordinate representation of color #217D46: hue angle of 144.13º 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 #217D46 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 70 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.51 |
| HSL | 144.13º | 0.58% | 0.31% | - |
| HSV(B) | 144.13º | 0.74% | 0.49% | - |
| XYZ | 9.07 | 15.43 | 8.3 | - |
| YUV | 91.22 | 116.02 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 70 | 0.74 | 0 | 0.44 | 0.51 | 144.13 | 0.58 | 0.31 |
| Hex | 21 | 7D | 46 | 4A | 0 | 2C | 33 | 90 | 3A | 1F |
| Octal | 41 | 175 | 106 | 112 | 0 | 54 | 63 | 220 | 72 | 37 |
| Binary | 100001 | 1111101 | 1000110 | 1001010 | 0 | 101100 | 110011 | 10010000 | 111010 | 11111 |
Color Harmonies of #217D46
Complementary color
Monochromatic Colors of #217D46
Black with #217D46
Text Example
Text Example
White with #217D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D46; }
p { color: rgb(33,125,70); }
H1.HeaderClassName
{
color: #217D46;
}
.AnyTagClassName
{
color: #217D46;
}
</style>
background-color css
<style>
a { background-color: #217D46; }
a { background-color: rgb(33,125,70); }
div.DivClassName
{
background-color: #217D46;
}
.BgClassName
{
background-color: #217D46;
}
</style>
border-color css
<style>
span { border-color: #217D46; }
span { border-color: rgb(33,125,70); }
td.TdClassName
{
border-color: #217D46;
}
.TagClassName
{
border-color: #217D46;
}
</style>