Shades of Salem #218247
Tints of Salem #218247
RGB
CMYK
RGB Variations
Color information
#218247 (or 0x218247) is known color: Salem. HEX triplet: 21, 82 and 47. RGB value is (33,130,71). Sum of RGB (Red+Green+Blue) = 33+130+71=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #218247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218247 is #DE7DB8. Grayscale: #5E5E5E. Windows color (decimal): -14581177 or 4686369. OLE color: 4686369.
HSL color Cylindrical-coordinate representation of color #218247: hue angle of 143.51º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218247 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 71 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.49 |
| HSL | 143.51º | 0.6% | 0.32% | - |
| HSV(B) | 143.51º | 0.75% | 0.51% | - |
| XYZ | 9.75 | 16.74 | 8.68 | - |
| YUV | 94.27 | 114.86 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 71 | 0.75 | 0 | 0.45 | 0.49 | 143.51 | 0.6 | 0.32 |
| Hex | 21 | 82 | 47 | 4B | 0 | 2D | 31 | 90 | 3C | 20 |
| Octal | 41 | 202 | 107 | 113 | 0 | 55 | 61 | 220 | 74 | 40 |
| Binary | 100001 | 10000010 | 1000111 | 1001011 | 0 | 101101 | 110001 | 10010000 | 111100 | 100000 |
Color Harmonies of #218247
Complementary color
Monochromatic Colors of #218247
Black with #218247
Text Example
Text Example
White with #218247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218247; }
p { color: rgb(33,130,71); }
H1.HeaderClassName
{
color: #218247;
}
.AnyTagClassName
{
color: #218247;
}
</style>
background-color css
<style>
a { background-color: #218247; }
a { background-color: rgb(33,130,71); }
div.DivClassName
{
background-color: #218247;
}
.BgClassName
{
background-color: #218247;
}
</style>
border-color css
<style>
span { border-color: #218247; }
span { border-color: rgb(33,130,71); }
td.TdClassName
{
border-color: #218247;
}
.TagClassName
{
border-color: #218247;
}
</style>