Shades of Salem #218243
Tints of Salem #218243
RGB
CMYK
RGB Variations
Color information
#218243 (or 0x218243) is known color: Salem. HEX triplet: 21, 82 and 43. RGB value is (33,130,67). Sum of RGB (Red+Green+Blue) = 33+130+67=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #218243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218243 is #DE7DBC. Grayscale: #5D5D5D. Windows color (decimal): -14581181 or 4424225. OLE color: 4424225.
HSL color Cylindrical-coordinate representation of color #218243: hue angle of 141.03º 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 #218243 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 67 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.49 |
| HSL | 141.03º | 0.6% | 0.32% | - |
| HSV(B) | 141.03º | 0.75% | 0.51% | - |
| XYZ | 9.62 | 16.69 | 8.03 | - |
| YUV | 93.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 67 | 0.75 | 0 | 0.48 | 0.49 | 141.03 | 0.6 | 0.32 |
| Hex | 21 | 82 | 43 | 4B | 0 | 30 | 31 | 8D | 3C | 20 |
| Octal | 41 | 202 | 103 | 113 | 0 | 60 | 61 | 215 | 74 | 40 |
| Binary | 100001 | 10000010 | 1000011 | 1001011 | 0 | 110000 | 110001 | 10001101 | 111100 | 100000 |
Color Harmonies of #218243
Complementary color
Monochromatic Colors of #218243
Black with #218243
Text Example
Text Example
White with #218243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218243; }
p { color: rgb(33,130,67); }
H1.HeaderClassName
{
color: #218243;
}
.AnyTagClassName
{
color: #218243;
}
</style>
background-color css
<style>
a { background-color: #218243; }
a { background-color: rgb(33,130,67); }
div.DivClassName
{
background-color: #218243;
}
.BgClassName
{
background-color: #218243;
}
</style>
border-color css
<style>
span { border-color: #218243; }
span { border-color: rgb(33,130,67); }
td.TdClassName
{
border-color: #218243;
}
.TagClassName
{
border-color: #218243;
}
</style>