Shades of Salem #218543
Tints of Salem #218543
RGB
CMYK
RGB Variations
Color information
#218543 (or 0x218543) is known color: Salem. HEX triplet: 21, 85 and 43. RGB value is (33,133,67). Sum of RGB (Red+Green+Blue) = 33+133+67=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #218543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218543 is #DE7ABC. Grayscale: #5F5F5F. Windows color (decimal): -14580413 or 4424993. OLE color: 4424993.
HSL color Cylindrical-coordinate representation of color #218543: hue angle of 140.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218543 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 67 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.48 |
| HSL | 140.4º | 0.6% | 0.33% | - |
| HSV(B) | 140.4º | 0.75% | 0.52% | - |
| XYZ | 10.03 | 17.5 | 8.16 | - |
| YUV | 95.58 | 111.87 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 67 | 0.75 | 0 | 0.50 | 0.48 | 140.4 | 0.6 | 0.33 |
| Hex | 21 | 85 | 43 | 4B | 0 | 32 | 30 | 8C | 3C | 21 |
| Octal | 41 | 205 | 103 | 113 | 0 | 62 | 60 | 214 | 74 | 41 |
| Binary | 100001 | 10000101 | 1000011 | 1001011 | 0 | 110010 | 110000 | 10001100 | 111100 | 100001 |
Color Harmonies of #218543
Complementary color
Monochromatic Colors of #218543
Black with #218543
Text Example
Text Example
White with #218543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218543; }
p { color: rgb(33,133,67); }
H1.HeaderClassName
{
color: #218543;
}
.AnyTagClassName
{
color: #218543;
}
</style>
background-color css
<style>
a { background-color: #218543; }
a { background-color: rgb(33,133,67); }
div.DivClassName
{
background-color: #218543;
}
.BgClassName
{
background-color: #218543;
}
</style>
border-color css
<style>
span { border-color: #218543; }
span { border-color: rgb(33,133,67); }
td.TdClassName
{
border-color: #218543;
}
.TagClassName
{
border-color: #218543;
}
</style>