Shades of Salem #208543
Tints of Salem #208543
RGB
CMYK
RGB Variations
Color information
#208543 (or 0x208543) is known color: Salem. HEX triplet: 20, 85 and 43. RGB value is (32,133,67). Sum of RGB (Red+Green+Blue) = 32+133+67=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #208543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208543 is #DF7ABC. Grayscale: #5F5F5F. Windows color (decimal): -14645949 or 4424992. OLE color: 4424992.
HSL color Cylindrical-coordinate representation of color #208543: hue angle of 140.79º 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 #208543 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 67 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.48 |
| HSL | 140.79º | 0.61% | 0.32% | - |
| HSV(B) | 140.79º | 0.76% | 0.52% | - |
| XYZ | 10 | 17.49 | 8.16 | - |
| YUV | 95.28 | 112.04 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 67 | 0.76 | 0 | 0.50 | 0.48 | 140.79 | 0.61 | 0.32 |
| Hex | 20 | 85 | 43 | 4C | 0 | 32 | 30 | 8D | 3D | 20 |
| Octal | 40 | 205 | 103 | 114 | 0 | 62 | 60 | 215 | 75 | 40 |
| Binary | 100000 | 10000101 | 1000011 | 1001100 | 0 | 110010 | 110000 | 10001101 | 111101 | 100000 |
Color Harmonies of #208543
Complementary color
Monochromatic Colors of #208543
Black with #208543
Text Example
Text Example
White with #208543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208543; }
p { color: rgb(32,133,67); }
H1.HeaderClassName
{
color: #208543;
}
.AnyTagClassName
{
color: #208543;
}
</style>
background-color css
<style>
a { background-color: #208543; }
a { background-color: rgb(32,133,67); }
div.DivClassName
{
background-color: #208543;
}
.BgClassName
{
background-color: #208543;
}
</style>
border-color css
<style>
span { border-color: #208543; }
span { border-color: rgb(32,133,67); }
td.TdClassName
{
border-color: #208543;
}
.TagClassName
{
border-color: #208543;
}
</style>