Shades of Salem #218540
Tints of Salem #218540
RGB
CMYK
RGB Variations
Color information
#218540 (or 0x218540) is known color: Salem. HEX triplet: 21, 85 and 40. RGB value is (33,133,64). Sum of RGB (Red+Green+Blue) = 33+133+64=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #218540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218540 is #DE7ABF. Grayscale: #5F5F5F. Windows color (decimal): -14580416 or 4228385. OLE color: 4228385.
HSL color Cylindrical-coordinate representation of color #218540: hue angle of 138.6º 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 #218540 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 64 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.48 |
| HSL | 138.6º | 0.6% | 0.33% | - |
| HSV(B) | 138.6º | 0.75% | 0.52% | - |
| XYZ | 9.94 | 17.47 | 7.7 | - |
| YUV | 95.23 | 110.37 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 64 | 0.75 | 0 | 0.52 | 0.48 | 138.6 | 0.6 | 0.33 |
| Hex | 21 | 85 | 40 | 4B | 0 | 34 | 30 | 8B | 3C | 21 |
| Octal | 41 | 205 | 100 | 113 | 0 | 64 | 60 | 213 | 74 | 41 |
| Binary | 100001 | 10000101 | 1000000 | 1001011 | 0 | 110100 | 110000 | 10001011 | 111100 | 100001 |
Color Harmonies of #218540
Complementary color
Monochromatic Colors of #218540
Black with #218540
Text Example
Text Example
White with #218540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218540; }
p { color: rgb(33,133,64); }
H1.HeaderClassName
{
color: #218540;
}
.AnyTagClassName
{
color: #218540;
}
</style>
background-color css
<style>
a { background-color: #218540; }
a { background-color: rgb(33,133,64); }
div.DivClassName
{
background-color: #218540;
}
.BgClassName
{
background-color: #218540;
}
</style>
border-color css
<style>
span { border-color: #218540; }
span { border-color: rgb(33,133,64); }
td.TdClassName
{
border-color: #218540;
}
.TagClassName
{
border-color: #218540;
}
</style>