Shades of Salem #218353
Tints of Salem #218353
RGB
CMYK
RGB Variations
Color information
#218353 (or 0x218353) is known color: Salem. HEX triplet: 21, 83 and 53. RGB value is (33,131,83). Sum of RGB (Red+Green+Blue) = 33+131+83=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #218353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218353 is #DE7CAC. Grayscale: #606060. Windows color (decimal): -14580909 or 5473057. OLE color: 5473057.
HSL color Cylindrical-coordinate representation of color #218353: hue angle of 150.61º 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 #218353 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 83 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.49 |
| HSL | 150.61º | 0.6% | 0.32% | - |
| HSV(B) | 150.61º | 0.75% | 0.51% | - |
| XYZ | 10.3 | 17.18 | 10.96 | - |
| YUV | 96.23 | 120.53 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 83 | 0.75 | 0 | 0.37 | 0.49 | 150.61 | 0.6 | 0.32 |
| Hex | 21 | 83 | 53 | 4B | 0 | 25 | 31 | 97 | 3C | 20 |
| Octal | 41 | 203 | 123 | 113 | 0 | 45 | 61 | 227 | 74 | 40 |
| Binary | 100001 | 10000011 | 1010011 | 1001011 | 0 | 100101 | 110001 | 10010111 | 111100 | 100000 |
Color Harmonies of #218353
Complementary color
Monochromatic Colors of #218353
Black with #218353
Text Example
Text Example
White with #218353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218353; }
p { color: rgb(33,131,83); }
H1.HeaderClassName
{
color: #218353;
}
.AnyTagClassName
{
color: #218353;
}
</style>
background-color css
<style>
a { background-color: #218353; }
a { background-color: rgb(33,131,83); }
div.DivClassName
{
background-color: #218353;
}
.BgClassName
{
background-color: #218353;
}
</style>
border-color css
<style>
span { border-color: #218353; }
span { border-color: rgb(33,131,83); }
td.TdClassName
{
border-color: #218353;
}
.TagClassName
{
border-color: #218353;
}
</style>