Shades of Salem #217C4D
Tints of Salem #217C4D
RGB
CMYK
RGB Variations
Color information
#217C4D (or 0x217C4D) is known color: Salem. HEX triplet: 21, 7C and 4D. RGB value is (33,124,77). Sum of RGB (Red+Green+Blue) = 33+124+77=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #217C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C4D is #DE83B2. Grayscale: #5B5B5B. Windows color (decimal): -14582707 or 5078049. OLE color: 5078049.
HSL color Cylindrical-coordinate representation of color #217C4D: hue angle of 149.01º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C4D is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 77 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.51 |
| HSL | 149.01º | 0.58% | 0.31% | - |
| HSV(B) | 149.01º | 0.73% | 0.49% | - |
| XYZ | 9.17 | 15.27 | 9.49 | - |
| YUV | 91.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 77 | 0.73 | 0 | 0.38 | 0.51 | 149.01 | 0.58 | 0.31 |
| Hex | 21 | 7C | 4D | 49 | 0 | 26 | 33 | 95 | 3A | 1F |
| Octal | 41 | 174 | 115 | 111 | 0 | 46 | 63 | 225 | 72 | 37 |
| Binary | 100001 | 1111100 | 1001101 | 1001001 | 0 | 100110 | 110011 | 10010101 | 111010 | 11111 |
Color Harmonies of #217C4D
Complementary color
Monochromatic Colors of #217C4D
Black with #217C4D
Text Example
Text Example
White with #217C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C4D; }
p { color: rgb(33,124,77); }
H1.HeaderClassName
{
color: #217C4D;
}
.AnyTagClassName
{
color: #217C4D;
}
</style>
background-color css
<style>
a { background-color: #217C4D; }
a { background-color: rgb(33,124,77); }
div.DivClassName
{
background-color: #217C4D;
}
.BgClassName
{
background-color: #217C4D;
}
</style>
border-color css
<style>
span { border-color: #217C4D; }
span { border-color: rgb(33,124,77); }
td.TdClassName
{
border-color: #217C4D;
}
.TagClassName
{
border-color: #217C4D;
}
</style>