Shades of Salem #218355
Tints of Salem #218355
RGB
CMYK
RGB Variations
Color information
#218355 (or 0x218355) is known color: Salem. HEX triplet: 21, 83 and 55. RGB value is (33,131,85). Sum of RGB (Red+Green+Blue) = 33+131+85=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #218355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218355 is #DE7CAA. Grayscale: #606060. Windows color (decimal): -14580907 or 5604129. OLE color: 5604129.
HSL color Cylindrical-coordinate representation of color #218355: hue angle of 151.84º 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 #218355 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 85 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.49 |
| HSL | 151.84º | 0.6% | 0.32% | - |
| HSV(B) | 151.84º | 0.75% | 0.51% | - |
| XYZ | 10.38 | 17.21 | 11.37 | - |
| YUV | 96.45 | 121.53 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 85 | 0.75 | 0 | 0.35 | 0.49 | 151.84 | 0.6 | 0.32 |
| Hex | 21 | 83 | 55 | 4B | 0 | 23 | 31 | 98 | 3C | 20 |
| Octal | 41 | 203 | 125 | 113 | 0 | 43 | 61 | 230 | 74 | 40 |
| Binary | 100001 | 10000011 | 1010101 | 1001011 | 0 | 100011 | 110001 | 10011000 | 111100 | 100000 |
Color Harmonies of #218355
Complementary color
Monochromatic Colors of #218355
Black with #218355
Text Example
Text Example
White with #218355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218355; }
p { color: rgb(33,131,85); }
H1.HeaderClassName
{
color: #218355;
}
.AnyTagClassName
{
color: #218355;
}
</style>
background-color css
<style>
a { background-color: #218355; }
a { background-color: rgb(33,131,85); }
div.DivClassName
{
background-color: #218355;
}
.BgClassName
{
background-color: #218355;
}
</style>
border-color css
<style>
span { border-color: #218355; }
span { border-color: rgb(33,131,85); }
td.TdClassName
{
border-color: #218355;
}
.TagClassName
{
border-color: #218355;
}
</style>