Shades of Salem #208346
Tints of Salem #208346
RGB
CMYK
RGB Variations
Color information
#208346 (or 0x208346) is known color: Salem. HEX triplet: 20, 83 and 46. RGB value is (32,131,70). Sum of RGB (Red+Green+Blue) = 32+131+70=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #208346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208346 is #DF7CB9. Grayscale: #5E5E5E. Windows color (decimal): -14646458 or 4621088. OLE color: 4621088.
HSL color Cylindrical-coordinate representation of color #208346: hue angle of 143.03º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208346 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 70 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.49 |
| HSL | 143.03º | 0.61% | 0.32% | - |
| HSV(B) | 143.03º | 0.76% | 0.51% | - |
| XYZ | 9.82 | 16.98 | 8.55 | - |
| YUV | 94.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 70 | 0.76 | 0 | 0.47 | 0.49 | 143.03 | 0.61 | 0.32 |
| Hex | 20 | 83 | 46 | 4C | 0 | 2F | 31 | 8F | 3D | 20 |
| Octal | 40 | 203 | 106 | 114 | 0 | 57 | 61 | 217 | 75 | 40 |
| Binary | 100000 | 10000011 | 1000110 | 1001100 | 0 | 101111 | 110001 | 10001111 | 111101 | 100000 |
Color Harmonies of #208346
Complementary color
Monochromatic Colors of #208346
Black with #208346
Text Example
Text Example
White with #208346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208346; }
p { color: rgb(32,131,70); }
H1.HeaderClassName
{
color: #208346;
}
.AnyTagClassName
{
color: #208346;
}
</style>
background-color css
<style>
a { background-color: #208346; }
a { background-color: rgb(32,131,70); }
div.DivClassName
{
background-color: #208346;
}
.BgClassName
{
background-color: #208346;
}
</style>
border-color css
<style>
span { border-color: #208346; }
span { border-color: rgb(32,131,70); }
td.TdClassName
{
border-color: #208346;
}
.TagClassName
{
border-color: #208346;
}
</style>