Shades of Salem #208247
Tints of Salem #208247
RGB
CMYK
RGB Variations
Color information
#208247 (or 0x208247) is known color: Salem. HEX triplet: 20, 82 and 47. RGB value is (32,130,71). Sum of RGB (Red+Green+Blue) = 32+130+71=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #208247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208247 is #DF7DB8. Grayscale: #5E5E5E. Windows color (decimal): -14646713 or 4686368. OLE color: 4686368.
HSL color Cylindrical-coordinate representation of color #208247: hue angle of 143.88º 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 #208247 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 71 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.49 |
| HSL | 143.88º | 0.6% | 0.32% | - |
| HSV(B) | 143.88º | 0.75% | 0.51% | - |
| XYZ | 9.72 | 16.73 | 8.68 | - |
| YUV | 93.97 | 115.03 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 71 | 0.75 | 0 | 0.45 | 0.49 | 143.88 | 0.6 | 0.32 |
| Hex | 20 | 82 | 47 | 4B | 0 | 2D | 31 | 90 | 3C | 20 |
| Octal | 40 | 202 | 107 | 113 | 0 | 55 | 61 | 220 | 74 | 40 |
| Binary | 100000 | 10000010 | 1000111 | 1001011 | 0 | 101101 | 110001 | 10010000 | 111100 | 100000 |
Color Harmonies of #208247
Complementary color
Monochromatic Colors of #208247
Black with #208247
Text Example
Text Example
White with #208247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208247; }
p { color: rgb(32,130,71); }
H1.HeaderClassName
{
color: #208247;
}
.AnyTagClassName
{
color: #208247;
}
</style>
background-color css
<style>
a { background-color: #208247; }
a { background-color: rgb(32,130,71); }
div.DivClassName
{
background-color: #208247;
}
.BgClassName
{
background-color: #208247;
}
</style>
border-color css
<style>
span { border-color: #208247; }
span { border-color: rgb(32,130,71); }
td.TdClassName
{
border-color: #208247;
}
.TagClassName
{
border-color: #208247;
}
</style>