Shades of Salem #208549
Tints of Salem #208549
RGB
CMYK
RGB Variations
Color information
#208549 (or 0x208549) is known color: Salem. HEX triplet: 20, 85 and 49. RGB value is (32,133,73). Sum of RGB (Red+Green+Blue) = 32+133+73=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #208549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208549 is #DF7AB6. Grayscale: #606060. Windows color (decimal): -14645943 or 4818208. OLE color: 4818208.
HSL color Cylindrical-coordinate representation of color #208549: hue angle of 144.36º 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 #208549 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 73 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.48 |
| HSL | 144.36º | 0.61% | 0.32% | - |
| HSV(B) | 144.36º | 0.76% | 0.52% | - |
| XYZ | 10.19 | 17.56 | 9.16 | - |
| YUV | 95.96 | 115.04 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 73 | 0.76 | 0 | 0.45 | 0.48 | 144.36 | 0.61 | 0.32 |
| Hex | 20 | 85 | 49 | 4C | 0 | 2D | 30 | 90 | 3D | 20 |
| Octal | 40 | 205 | 111 | 114 | 0 | 55 | 60 | 220 | 75 | 40 |
| Binary | 100000 | 10000101 | 1001001 | 1001100 | 0 | 101101 | 110000 | 10010000 | 111101 | 100000 |
Color Harmonies of #208549
Complementary color
Monochromatic Colors of #208549
Black with #208549
Text Example
Text Example
White with #208549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208549; }
p { color: rgb(32,133,73); }
H1.HeaderClassName
{
color: #208549;
}
.AnyTagClassName
{
color: #208549;
}
</style>
background-color css
<style>
a { background-color: #208549; }
a { background-color: rgb(32,133,73); }
div.DivClassName
{
background-color: #208549;
}
.BgClassName
{
background-color: #208549;
}
</style>
border-color css
<style>
span { border-color: #208549; }
span { border-color: rgb(32,133,73); }
td.TdClassName
{
border-color: #208549;
}
.TagClassName
{
border-color: #208549;
}
</style>