Shades of Salem #218155
Tints of Salem #218155
RGB
CMYK
RGB Variations
Color information
#218155 (or 0x218155) is known color: Salem. HEX triplet: 21, 81 and 55. RGB value is (33,129,85). Sum of RGB (Red+Green+Blue) = 33+129+85=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #218155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218155 is #DE7EAA. Grayscale: #5F5F5F. Windows color (decimal): -14581419 or 5603617. OLE color: 5603617.
HSL color Cylindrical-coordinate representation of color #218155: hue angle of 152.5º 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 #218155 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 85 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.49 |
| HSL | 152.5º | 0.59% | 0.32% | - |
| HSV(B) | 152.5º | 0.74% | 0.51% | - |
| XYZ | 10.12 | 16.68 | 11.28 | - |
| YUV | 95.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 85 | 0.74 | 0 | 0.34 | 0.49 | 152.5 | 0.59 | 0.32 |
| Hex | 21 | 81 | 55 | 4A | 0 | 22 | 31 | 98 | 3B | 20 |
| Octal | 41 | 201 | 125 | 112 | 0 | 42 | 61 | 230 | 73 | 40 |
| Binary | 100001 | 10000001 | 1010101 | 1001010 | 0 | 100010 | 110001 | 10011000 | 111011 | 100000 |
Color Harmonies of #218155
Complementary color
Monochromatic Colors of #218155
Black with #218155
Text Example
Text Example
White with #218155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218155; }
p { color: rgb(33,129,85); }
H1.HeaderClassName
{
color: #218155;
}
.AnyTagClassName
{
color: #218155;
}
</style>
background-color css
<style>
a { background-color: #218155; }
a { background-color: rgb(33,129,85); }
div.DivClassName
{
background-color: #218155;
}
.BgClassName
{
background-color: #218155;
}
</style>
border-color css
<style>
span { border-color: #218155; }
span { border-color: rgb(33,129,85); }
td.TdClassName
{
border-color: #218155;
}
.TagClassName
{
border-color: #218155;
}
</style>