Shades of Salem #218144
Tints of Salem #218144
RGB
CMYK
RGB Variations
Color information
#218144 (or 0x218144) is known color: Salem. HEX triplet: 21, 81 and 44. RGB value is (33,129,68). Sum of RGB (Red+Green+Blue) = 33+129+68=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #218144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218144 is #DE7EBB. Grayscale: #5D5D5D. Windows color (decimal): -14581436 or 4489505. OLE color: 4489505.
HSL color Cylindrical-coordinate representation of color #218144: hue angle of 141.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218144 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 68 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.49 |
| HSL | 141.88º | 0.59% | 0.32% | - |
| HSV(B) | 141.88º | 0.74% | 0.51% | - |
| XYZ | 9.52 | 16.44 | 8.14 | - |
| YUV | 93.34 | 113.7 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 68 | 0.74 | 0 | 0.47 | 0.49 | 141.88 | 0.59 | 0.32 |
| Hex | 21 | 81 | 44 | 4A | 0 | 2F | 31 | 8E | 3B | 20 |
| Octal | 41 | 201 | 104 | 112 | 0 | 57 | 61 | 216 | 73 | 40 |
| Binary | 100001 | 10000001 | 1000100 | 1001010 | 0 | 101111 | 110001 | 10001110 | 111011 | 100000 |
Color Harmonies of #218144
Complementary color
Monochromatic Colors of #218144
Black with #218144
Text Example
Text Example
White with #218144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218144; }
p { color: rgb(33,129,68); }
H1.HeaderClassName
{
color: #218144;
}
.AnyTagClassName
{
color: #218144;
}
</style>
background-color css
<style>
a { background-color: #218144; }
a { background-color: rgb(33,129,68); }
div.DivClassName
{
background-color: #218144;
}
.BgClassName
{
background-color: #218144;
}
</style>
border-color css
<style>
span { border-color: #218144; }
span { border-color: rgb(33,129,68); }
td.TdClassName
{
border-color: #218144;
}
.TagClassName
{
border-color: #218144;
}
</style>