Shades of Salem #218251
Tints of Salem #218251
RGB
CMYK
RGB Variations
Color information
#218251 (or 0x218251) is known color: Salem. HEX triplet: 21, 82 and 51. RGB value is (33,130,81). Sum of RGB (Red+Green+Blue) = 33+130+81=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #218251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218251 is #DE7DAE. Grayscale: #5F5F5F. Windows color (decimal): -14581167 or 5341729. OLE color: 5341729.
HSL color Cylindrical-coordinate representation of color #218251: hue angle of 149.69º 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 #218251 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 81 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.49 |
| HSL | 149.69º | 0.6% | 0.32% | - |
| HSV(B) | 149.69º | 0.75% | 0.51% | - |
| XYZ | 10.1 | 16.88 | 10.51 | - |
| YUV | 95.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 81 | 0.75 | 0 | 0.38 | 0.49 | 149.69 | 0.6 | 0.32 |
| Hex | 21 | 82 | 51 | 4B | 0 | 26 | 31 | 96 | 3C | 20 |
| Octal | 41 | 202 | 121 | 113 | 0 | 46 | 61 | 226 | 74 | 40 |
| Binary | 100001 | 10000010 | 1010001 | 1001011 | 0 | 100110 | 110001 | 10010110 | 111100 | 100000 |
Color Harmonies of #218251
Complementary color
Monochromatic Colors of #218251
Black with #218251
Text Example
Text Example
White with #218251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218251; }
p { color: rgb(33,130,81); }
H1.HeaderClassName
{
color: #218251;
}
.AnyTagClassName
{
color: #218251;
}
</style>
background-color css
<style>
a { background-color: #218251; }
a { background-color: rgb(33,130,81); }
div.DivClassName
{
background-color: #218251;
}
.BgClassName
{
background-color: #218251;
}
</style>
border-color css
<style>
span { border-color: #218251; }
span { border-color: rgb(33,130,81); }
td.TdClassName
{
border-color: #218251;
}
.TagClassName
{
border-color: #218251;
}
</style>