Shades of Salem #218641
Tints of Salem #218641
RGB
CMYK
RGB Variations
Color information
#218641 (or 0x218641) is known color: Salem. HEX triplet: 21, 86 and 41. RGB value is (33,134,65). Sum of RGB (Red+Green+Blue) = 33+134+65=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #218641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218641 is #DE79BE. Grayscale: #606060. Windows color (decimal): -14580159 or 4294177. OLE color: 4294177.
HSL color Cylindrical-coordinate representation of color #218641: hue angle of 139.01º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218641 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 65 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.47 |
| HSL | 139.01º | 0.6% | 0.33% | - |
| HSV(B) | 139.01º | 0.75% | 0.53% | - |
| XYZ | 10.11 | 17.76 | 7.9 | - |
| YUV | 95.94 | 110.54 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 65 | 0.75 | 0 | 0.51 | 0.47 | 139.01 | 0.6 | 0.33 |
| Hex | 21 | 86 | 41 | 4B | 0 | 33 | 2F | 8B | 3C | 21 |
| Octal | 41 | 206 | 101 | 113 | 0 | 63 | 57 | 213 | 74 | 41 |
| Binary | 100001 | 10000110 | 1000001 | 1001011 | 0 | 110011 | 101111 | 10001011 | 111100 | 100001 |
Color Harmonies of #218641
Complementary color
Monochromatic Colors of #218641
Black with #218641
Text Example
Text Example
White with #218641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218641; }
p { color: rgb(33,134,65); }
H1.HeaderClassName
{
color: #218641;
}
.AnyTagClassName
{
color: #218641;
}
</style>
background-color css
<style>
a { background-color: #218641; }
a { background-color: rgb(33,134,65); }
div.DivClassName
{
background-color: #218641;
}
.BgClassName
{
background-color: #218641;
}
</style>
border-color css
<style>
span { border-color: #218641; }
span { border-color: rgb(33,134,65); }
td.TdClassName
{
border-color: #218641;
}
.TagClassName
{
border-color: #218641;
}
</style>