Shades of Salem #218250
Tints of Salem #218250
RGB
CMYK
RGB Variations
Color information
#218250 (or 0x218250) is known color: Salem. HEX triplet: 21, 82 and 50. RGB value is (33,130,80). Sum of RGB (Red+Green+Blue) = 33+130+80=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #218250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218250 is #DE7DAF. Grayscale: #5F5F5F. Windows color (decimal): -14581168 or 5276193. OLE color: 5276193.
HSL color Cylindrical-coordinate representation of color #218250: hue angle of 149.07º 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 #218250 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 80 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.49 |
| HSL | 149.07º | 0.6% | 0.32% | - |
| HSV(B) | 149.07º | 0.75% | 0.51% | - |
| XYZ | 10.06 | 16.87 | 10.32 | - |
| YUV | 95.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 80 | 0.75 | 0 | 0.38 | 0.49 | 149.07 | 0.6 | 0.32 |
| Hex | 21 | 82 | 50 | 4B | 0 | 26 | 31 | 95 | 3C | 20 |
| Octal | 41 | 202 | 120 | 113 | 0 | 46 | 61 | 225 | 74 | 40 |
| Binary | 100001 | 10000010 | 1010000 | 1001011 | 0 | 100110 | 110001 | 10010101 | 111100 | 100000 |
Color Harmonies of #218250
Complementary color
Monochromatic Colors of #218250
Black with #218250
Text Example
Text Example
White with #218250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218250; }
p { color: rgb(33,130,80); }
H1.HeaderClassName
{
color: #218250;
}
.AnyTagClassName
{
color: #218250;
}
</style>
background-color css
<style>
a { background-color: #218250; }
a { background-color: rgb(33,130,80); }
div.DivClassName
{
background-color: #218250;
}
.BgClassName
{
background-color: #218250;
}
</style>
border-color css
<style>
span { border-color: #218250; }
span { border-color: rgb(33,130,80); }
td.TdClassName
{
border-color: #218250;
}
.TagClassName
{
border-color: #218250;
}
</style>