Shades of Salem #218252
Tints of Salem #218252
RGB
CMYK
RGB Variations
Color information
#218252 (or 0x218252) is known color: Salem. HEX triplet: 21, 82 and 52. RGB value is (33,130,82). Sum of RGB (Red+Green+Blue) = 33+130+82=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #218252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218252 is #DE7DAD. Grayscale: #5F5F5F. Windows color (decimal): -14581166 or 5407265. OLE color: 5407265.
HSL color Cylindrical-coordinate representation of color #218252: hue angle of 150.31º 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 #218252 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 82 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.49 |
| HSL | 150.31º | 0.6% | 0.32% | - |
| HSV(B) | 150.31º | 0.75% | 0.51% | - |
| XYZ | 10.13 | 16.9 | 10.71 | - |
| YUV | 95.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 82 | 0.75 | 0 | 0.37 | 0.49 | 150.31 | 0.6 | 0.32 |
| Hex | 21 | 82 | 52 | 4B | 0 | 25 | 31 | 96 | 3C | 20 |
| Octal | 41 | 202 | 122 | 113 | 0 | 45 | 61 | 226 | 74 | 40 |
| Binary | 100001 | 10000010 | 1010010 | 1001011 | 0 | 100101 | 110001 | 10010110 | 111100 | 100000 |
Color Harmonies of #218252
Complementary color
Monochromatic Colors of #218252
Black with #218252
Text Example
Text Example
White with #218252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218252; }
p { color: rgb(33,130,82); }
H1.HeaderClassName
{
color: #218252;
}
.AnyTagClassName
{
color: #218252;
}
</style>
background-color css
<style>
a { background-color: #218252; }
a { background-color: rgb(33,130,82); }
div.DivClassName
{
background-color: #218252;
}
.BgClassName
{
background-color: #218252;
}
</style>
border-color css
<style>
span { border-color: #218252; }
span { border-color: rgb(33,130,82); }
td.TdClassName
{
border-color: #218252;
}
.TagClassName
{
border-color: #218252;
}
</style>