Shades of Salem #218050
Tints of Salem #218050
RGB
CMYK
RGB Variations
Color information
#218050 (or 0x218050) is known color: Salem. HEX triplet: 21, 80 and 50. RGB value is (33,128,80). Sum of RGB (Red+Green+Blue) = 33+128+80=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #218050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218050 is #DE7FAF. Grayscale: #5E5E5E. Windows color (decimal): -14581680 or 5275681. OLE color: 5275681.
HSL color Cylindrical-coordinate representation of color #218050: hue angle of 149.68º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218050 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 80 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.50 |
| HSL | 149.68º | 0.59% | 0.32% | - |
| HSV(B) | 149.68º | 0.74% | 0.5% | - |
| XYZ | 9.79 | 16.34 | 10.23 | - |
| YUV | 94.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 80 | 0.74 | 0 | 0.38 | 0.50 | 149.68 | 0.59 | 0.32 |
| Hex | 21 | 80 | 50 | 4A | 0 | 26 | 32 | 96 | 3B | 20 |
| Octal | 41 | 200 | 120 | 112 | 0 | 46 | 62 | 226 | 73 | 40 |
| Binary | 100001 | 10000000 | 1010000 | 1001010 | 0 | 100110 | 110010 | 10010110 | 111011 | 100000 |
Color Harmonies of #218050
Complementary color
Monochromatic Colors of #218050
Black with #218050
Text Example
Text Example
White with #218050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218050; }
p { color: rgb(33,128,80); }
H1.HeaderClassName
{
color: #218050;
}
.AnyTagClassName
{
color: #218050;
}
</style>
background-color css
<style>
a { background-color: #218050; }
a { background-color: rgb(33,128,80); }
div.DivClassName
{
background-color: #218050;
}
.BgClassName
{
background-color: #218050;
}
</style>
border-color css
<style>
span { border-color: #218050; }
span { border-color: rgb(33,128,80); }
td.TdClassName
{
border-color: #218050;
}
.TagClassName
{
border-color: #218050;
}
</style>