Shades of Salem #218150
Tints of Salem #218150
RGB
CMYK
RGB Variations
Color information
#218150 (or 0x218150) is known color: Salem. HEX triplet: 21, 81 and 50. RGB value is (33,129,80). Sum of RGB (Red+Green+Blue) = 33+129+80=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #218150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218150 is #DE7EAF. Grayscale: #5E5E5E. Windows color (decimal): -14581424 or 5275937. OLE color: 5275937.
HSL color Cylindrical-coordinate representation of color #218150: hue angle of 149.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218150 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 80 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.49 |
| HSL | 149.38º | 0.59% | 0.32% | - |
| HSV(B) | 149.38º | 0.74% | 0.51% | - |
| XYZ | 9.93 | 16.6 | 10.27 | - |
| YUV | 94.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 80 | 0.74 | 0 | 0.38 | 0.49 | 149.38 | 0.59 | 0.32 |
| Hex | 21 | 81 | 50 | 4A | 0 | 26 | 31 | 95 | 3B | 20 |
| Octal | 41 | 201 | 120 | 112 | 0 | 46 | 61 | 225 | 73 | 40 |
| Binary | 100001 | 10000001 | 1010000 | 1001010 | 0 | 100110 | 110001 | 10010101 | 111011 | 100000 |
Color Harmonies of #218150
Complementary color
Monochromatic Colors of #218150
Black with #218150
Text Example
Text Example
White with #218150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218150; }
p { color: rgb(33,129,80); }
H1.HeaderClassName
{
color: #218150;
}
.AnyTagClassName
{
color: #218150;
}
</style>
background-color css
<style>
a { background-color: #218150; }
a { background-color: rgb(33,129,80); }
div.DivClassName
{
background-color: #218150;
}
.BgClassName
{
background-color: #218150;
}
</style>
border-color css
<style>
span { border-color: #218150; }
span { border-color: rgb(33,129,80); }
td.TdClassName
{
border-color: #218150;
}
.TagClassName
{
border-color: #218150;
}
</style>