Shades of Salem #218541
Tints of Salem #218541
RGB
CMYK
RGB Variations
Color information
#218541 (or 0x218541) is known color: Salem. HEX triplet: 21, 85 and 41. RGB value is (33,133,65). Sum of RGB (Red+Green+Blue) = 33+133+65=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #218541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218541 is #DE7ABE. Grayscale: #5F5F5F. Windows color (decimal): -14580415 or 4293921. OLE color: 4293921.
HSL color Cylindrical-coordinate representation of color #218541: hue angle of 139.2º 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 #218541 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 65 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.48 |
| HSL | 139.2º | 0.6% | 0.33% | - |
| HSV(B) | 139.2º | 0.75% | 0.52% | - |
| XYZ | 9.97 | 17.48 | 7.85 | - |
| YUV | 95.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 65 | 0.75 | 0 | 0.51 | 0.48 | 139.2 | 0.6 | 0.33 |
| Hex | 21 | 85 | 41 | 4B | 0 | 33 | 30 | 8B | 3C | 21 |
| Octal | 41 | 205 | 101 | 113 | 0 | 63 | 60 | 213 | 74 | 41 |
| Binary | 100001 | 10000101 | 1000001 | 1001011 | 0 | 110011 | 110000 | 10001011 | 111100 | 100001 |
Color Harmonies of #218541
Complementary color
Monochromatic Colors of #218541
Black with #218541
Text Example
Text Example
White with #218541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218541; }
p { color: rgb(33,133,65); }
H1.HeaderClassName
{
color: #218541;
}
.AnyTagClassName
{
color: #218541;
}
</style>
background-color css
<style>
a { background-color: #218541; }
a { background-color: rgb(33,133,65); }
div.DivClassName
{
background-color: #218541;
}
.BgClassName
{
background-color: #218541;
}
</style>
border-color css
<style>
span { border-color: #218541; }
span { border-color: rgb(33,133,65); }
td.TdClassName
{
border-color: #218541;
}
.TagClassName
{
border-color: #218541;
}
</style>