Shades of Salem #208548
Tints of Salem #208548
RGB
CMYK
RGB Variations
Color information
#208548 (or 0x208548) is known color: Salem. HEX triplet: 20, 85 and 48. RGB value is (32,133,72). Sum of RGB (Red+Green+Blue) = 32+133+72=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #208548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208548 is #DF7AB7. Grayscale: #5F5F5F. Windows color (decimal): -14645944 or 4752672. OLE color: 4752672.
HSL color Cylindrical-coordinate representation of color #208548: hue angle of 143.76º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208548 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 72 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.48 |
| HSL | 143.76º | 0.61% | 0.32% | - |
| HSV(B) | 143.76º | 0.76% | 0.52% | - |
| XYZ | 10.15 | 17.55 | 8.98 | - |
| YUV | 95.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 72 | 0.76 | 0 | 0.46 | 0.48 | 143.76 | 0.61 | 0.32 |
| Hex | 20 | 85 | 48 | 4C | 0 | 2E | 30 | 90 | 3D | 20 |
| Octal | 40 | 205 | 110 | 114 | 0 | 56 | 60 | 220 | 75 | 40 |
| Binary | 100000 | 10000101 | 1001000 | 1001100 | 0 | 101110 | 110000 | 10010000 | 111101 | 100000 |
Color Harmonies of #208548
Complementary color
Monochromatic Colors of #208548
Black with #208548
Text Example
Text Example
White with #208548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208548; }
p { color: rgb(32,133,72); }
H1.HeaderClassName
{
color: #208548;
}
.AnyTagClassName
{
color: #208548;
}
</style>
background-color css
<style>
a { background-color: #208548; }
a { background-color: rgb(32,133,72); }
div.DivClassName
{
background-color: #208548;
}
.BgClassName
{
background-color: #208548;
}
</style>
border-color css
<style>
span { border-color: #208548; }
span { border-color: rgb(32,133,72); }
td.TdClassName
{
border-color: #208548;
}
.TagClassName
{
border-color: #208548;
}
</style>