Shades of Salem #217C4B
Tints of Salem #217C4B
RGB
CMYK
RGB Variations
Color information
#217C4B (or 0x217C4B) is known color: Salem. HEX triplet: 21, 7C and 4B. RGB value is (33,124,75). Sum of RGB (Red+Green+Blue) = 33+124+75=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #217C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C4B is #DE83B4. Grayscale: #5B5B5B. Windows color (decimal): -14582709 or 4946977. OLE color: 4946977.
HSL color Cylindrical-coordinate representation of color #217C4B: hue angle of 147.69º 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 #217C4B is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 75 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.51 |
| HSL | 147.69º | 0.58% | 0.31% | - |
| HSV(B) | 147.69º | 0.73% | 0.49% | - |
| XYZ | 9.1 | 15.25 | 9.12 | - |
| YUV | 91.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 75 | 0.73 | 0 | 0.40 | 0.51 | 147.69 | 0.58 | 0.31 |
| Hex | 21 | 7C | 4B | 49 | 0 | 28 | 33 | 94 | 3A | 1F |
| Octal | 41 | 174 | 113 | 111 | 0 | 50 | 63 | 224 | 72 | 37 |
| Binary | 100001 | 1111100 | 1001011 | 1001001 | 0 | 101000 | 110011 | 10010100 | 111010 | 11111 |
Color Harmonies of #217C4B
Complementary color
Monochromatic Colors of #217C4B
Black with #217C4B
Text Example
Text Example
White with #217C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C4B; }
p { color: rgb(33,124,75); }
H1.HeaderClassName
{
color: #217C4B;
}
.AnyTagClassName
{
color: #217C4B;
}
</style>
background-color css
<style>
a { background-color: #217C4B; }
a { background-color: rgb(33,124,75); }
div.DivClassName
{
background-color: #217C4B;
}
.BgClassName
{
background-color: #217C4B;
}
</style>
border-color css
<style>
span { border-color: #217C4B; }
span { border-color: rgb(33,124,75); }
td.TdClassName
{
border-color: #217C4B;
}
.TagClassName
{
border-color: #217C4B;
}
</style>