Shades of Salem #218255
Tints of Salem #218255
RGB
CMYK
RGB Variations
Color information
#218255 (or 0x218255) is known color: Salem. HEX triplet: 21, 82 and 55. RGB value is (33,130,85). Sum of RGB (Red+Green+Blue) = 33+130+85=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #218255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218255 is #DE7DAA. Grayscale: #5F5F5F. Windows color (decimal): -14581163 or 5603873. OLE color: 5603873.
HSL color Cylindrical-coordinate representation of color #218255: hue angle of 152.16º 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 #218255 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 85 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.49 |
| HSL | 152.16º | 0.6% | 0.32% | - |
| HSV(B) | 152.16º | 0.75% | 0.51% | - |
| XYZ | 10.25 | 16.94 | 11.32 | - |
| YUV | 95.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 85 | 0.75 | 0 | 0.35 | 0.49 | 152.16 | 0.6 | 0.32 |
| Hex | 21 | 82 | 55 | 4B | 0 | 23 | 31 | 98 | 3C | 20 |
| Octal | 41 | 202 | 125 | 113 | 0 | 43 | 61 | 230 | 74 | 40 |
| Binary | 100001 | 10000010 | 1010101 | 1001011 | 0 | 100011 | 110001 | 10011000 | 111100 | 100000 |
Color Harmonies of #218255
Complementary color
Monochromatic Colors of #218255
Black with #218255
Text Example
Text Example
White with #218255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218255; }
p { color: rgb(33,130,85); }
H1.HeaderClassName
{
color: #218255;
}
.AnyTagClassName
{
color: #218255;
}
</style>
background-color css
<style>
a { background-color: #218255; }
a { background-color: rgb(33,130,85); }
div.DivClassName
{
background-color: #218255;
}
.BgClassName
{
background-color: #218255;
}
</style>
border-color css
<style>
span { border-color: #218255; }
span { border-color: rgb(33,130,85); }
td.TdClassName
{
border-color: #218255;
}
.TagClassName
{
border-color: #218255;
}
</style>