Shades of Salem #218741
Tints of Salem #218741
RGB
CMYK
RGB Variations
Color information
#218741 (or 0x218741) is known color: Salem. HEX triplet: 21, 87 and 41. RGB value is (33,135,65). Sum of RGB (Red+Green+Blue) = 33+135+65=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #218741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218741 is #DE78BE. Grayscale: #606060. Windows color (decimal): -14579903 or 4294433. OLE color: 4294433.
HSL color Cylindrical-coordinate representation of color #218741: hue angle of 138.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218741 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 65 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.47 |
| HSL | 138.82º | 0.61% | 0.33% | - |
| HSV(B) | 138.82º | 0.76% | 0.53% | - |
| XYZ | 10.25 | 18.03 | 7.94 | - |
| YUV | 96.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 65 | 0.76 | 0 | 0.52 | 0.47 | 138.82 | 0.61 | 0.33 |
| Hex | 21 | 87 | 41 | 4C | 0 | 34 | 2F | 8B | 3D | 21 |
| Octal | 41 | 207 | 101 | 114 | 0 | 64 | 57 | 213 | 75 | 41 |
| Binary | 100001 | 10000111 | 1000001 | 1001100 | 0 | 110100 | 101111 | 10001011 | 111101 | 100001 |
Color Harmonies of #218741
Complementary color
Monochromatic Colors of #218741
Black with #218741
Text Example
Text Example
White with #218741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218741; }
p { color: rgb(33,135,65); }
H1.HeaderClassName
{
color: #218741;
}
.AnyTagClassName
{
color: #218741;
}
</style>
background-color css
<style>
a { background-color: #218741; }
a { background-color: rgb(33,135,65); }
div.DivClassName
{
background-color: #218741;
}
.BgClassName
{
background-color: #218741;
}
</style>
border-color css
<style>
span { border-color: #218741; }
span { border-color: rgb(33,135,65); }
td.TdClassName
{
border-color: #218741;
}
.TagClassName
{
border-color: #218741;
}
</style>