Shades of Salem #218356
Tints of Salem #218356
RGB
CMYK
RGB Variations
Color information
#218356 (or 0x218356) is known color: Salem. HEX triplet: 21, 83 and 56. RGB value is (33,131,86). Sum of RGB (Red+Green+Blue) = 33+131+86=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #218356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218356 is #DE7CA9. Grayscale: #606060. Windows color (decimal): -14580906 or 5669665. OLE color: 5669665.
HSL color Cylindrical-coordinate representation of color #218356: hue angle of 152.45º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218356 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 86 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.49 |
| HSL | 152.45º | 0.6% | 0.32% | - |
| HSV(B) | 152.45º | 0.75% | 0.51% | - |
| XYZ | 10.42 | 17.23 | 11.58 | - |
| YUV | 96.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 86 | 0.75 | 0 | 0.34 | 0.49 | 152.45 | 0.6 | 0.32 |
| Hex | 21 | 83 | 56 | 4B | 0 | 22 | 31 | 98 | 3C | 20 |
| Octal | 41 | 203 | 126 | 113 | 0 | 42 | 61 | 230 | 74 | 40 |
| Binary | 100001 | 10000011 | 1010110 | 1001011 | 0 | 100010 | 110001 | 10011000 | 111100 | 100000 |
Color Harmonies of #218356
Complementary color
Monochromatic Colors of #218356
Black with #218356
Text Example
Text Example
White with #218356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218356; }
p { color: rgb(33,131,86); }
H1.HeaderClassName
{
color: #218356;
}
.AnyTagClassName
{
color: #218356;
}
</style>
background-color css
<style>
a { background-color: #218356; }
a { background-color: rgb(33,131,86); }
div.DivClassName
{
background-color: #218356;
}
.BgClassName
{
background-color: #218356;
}
</style>
border-color css
<style>
span { border-color: #218356; }
span { border-color: rgb(33,131,86); }
td.TdClassName
{
border-color: #218356;
}
.TagClassName
{
border-color: #218356;
}
</style>