Shades of Salem #218745
Tints of Salem #218745
RGB
CMYK
RGB Variations
Color information
#218745 (or 0x218745) is known color: Salem. HEX triplet: 21, 87 and 45. RGB value is (33,135,69). Sum of RGB (Red+Green+Blue) = 33+135+69=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #218745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218745 is #DE78BA. Grayscale: #616161. Windows color (decimal): -14579899 or 4556577. OLE color: 4556577.
HSL color Cylindrical-coordinate representation of color #218745: hue angle of 141.18º 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 #218745 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 69 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.47 |
| HSL | 141.18º | 0.61% | 0.33% | - |
| HSV(B) | 141.18º | 0.76% | 0.53% | - |
| XYZ | 10.37 | 18.08 | 8.57 | - |
| YUV | 96.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 69 | 0.76 | 0 | 0.49 | 0.47 | 141.18 | 0.61 | 0.33 |
| Hex | 21 | 87 | 45 | 4C | 0 | 31 | 2F | 8D | 3D | 21 |
| Octal | 41 | 207 | 105 | 114 | 0 | 61 | 57 | 215 | 75 | 41 |
| Binary | 100001 | 10000111 | 1000101 | 1001100 | 0 | 110001 | 101111 | 10001101 | 111101 | 100001 |
Color Harmonies of #218745
Complementary color
Monochromatic Colors of #218745
Black with #218745
Text Example
Text Example
White with #218745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218745; }
p { color: rgb(33,135,69); }
H1.HeaderClassName
{
color: #218745;
}
.AnyTagClassName
{
color: #218745;
}
</style>
background-color css
<style>
a { background-color: #218745; }
a { background-color: rgb(33,135,69); }
div.DivClassName
{
background-color: #218745;
}
.BgClassName
{
background-color: #218745;
}
</style>
border-color css
<style>
span { border-color: #218745; }
span { border-color: rgb(33,135,69); }
td.TdClassName
{
border-color: #218745;
}
.TagClassName
{
border-color: #218745;
}
</style>