Shades of Salem #208347
Tints of Salem #208347
RGB
CMYK
RGB Variations
Color information
#208347 (or 0x208347) is known color: Salem. HEX triplet: 20, 83 and 47. RGB value is (32,131,71). Sum of RGB (Red+Green+Blue) = 32+131+71=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #208347 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208347 is #DF7CB8. Grayscale: #5E5E5E. Windows color (decimal): -14646457 or 4686624. OLE color: 4686624.
HSL color Cylindrical-coordinate representation of color #208347: hue angle of 143.64º 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 #208347 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 71 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.49 |
| HSL | 143.64º | 0.61% | 0.32% | - |
| HSV(B) | 143.64º | 0.76% | 0.51% | - |
| XYZ | 9.85 | 16.99 | 8.72 | - |
| YUV | 94.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 71 | 0.76 | 0 | 0.46 | 0.49 | 143.64 | 0.61 | 0.32 |
| Hex | 20 | 83 | 47 | 4C | 0 | 2E | 31 | 90 | 3D | 20 |
| Octal | 40 | 203 | 107 | 114 | 0 | 56 | 61 | 220 | 75 | 40 |
| Binary | 100000 | 10000011 | 1000111 | 1001100 | 0 | 101110 | 110001 | 10010000 | 111101 | 100000 |
Color Harmonies of #208347
Complementary color
Monochromatic Colors of #208347
Black with #208347
Text Example
Text Example
White with #208347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208347; }
p { color: rgb(32,131,71); }
H1.HeaderClassName
{
color: #208347;
}
.AnyTagClassName
{
color: #208347;
}
</style>
background-color css
<style>
a { background-color: #208347; }
a { background-color: rgb(32,131,71); }
div.DivClassName
{
background-color: #208347;
}
.BgClassName
{
background-color: #208347;
}
</style>
border-color css
<style>
span { border-color: #208347; }
span { border-color: rgb(32,131,71); }
td.TdClassName
{
border-color: #208347;
}
.TagClassName
{
border-color: #208347;
}
</style>