Shades of Salem #208542
Tints of Salem #208542
RGB
CMYK
RGB Variations
Color information
#208542 (or 0x208542) is known color: Salem. HEX triplet: 20, 85 and 42. RGB value is (32,133,66). Sum of RGB (Red+Green+Blue) = 32+133+66=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #208542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208542 is #DF7ABD. Grayscale: #5F5F5F. Windows color (decimal): -14645950 or 4359456. OLE color: 4359456.
HSL color Cylindrical-coordinate representation of color #208542: hue angle of 140.2º 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 #208542 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 66 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.48 |
| HSL | 140.2º | 0.61% | 0.32% | - |
| HSV(B) | 140.2º | 0.76% | 0.52% | - |
| XYZ | 9.97 | 17.48 | 8 | - |
| YUV | 95.16 | 111.54 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 66 | 0.76 | 0 | 0.50 | 0.48 | 140.2 | 0.61 | 0.32 |
| Hex | 20 | 85 | 42 | 4C | 0 | 32 | 30 | 8C | 3D | 20 |
| Octal | 40 | 205 | 102 | 114 | 0 | 62 | 60 | 214 | 75 | 40 |
| Binary | 100000 | 10000101 | 1000010 | 1001100 | 0 | 110010 | 110000 | 10001100 | 111101 | 100000 |
Color Harmonies of #208542
Complementary color
Monochromatic Colors of #208542
Black with #208542
Text Example
Text Example
White with #208542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208542; }
p { color: rgb(32,133,66); }
H1.HeaderClassName
{
color: #208542;
}
.AnyTagClassName
{
color: #208542;
}
</style>
background-color css
<style>
a { background-color: #208542; }
a { background-color: rgb(32,133,66); }
div.DivClassName
{
background-color: #208542;
}
.BgClassName
{
background-color: #208542;
}
</style>
border-color css
<style>
span { border-color: #208542; }
span { border-color: rgb(32,133,66); }
td.TdClassName
{
border-color: #208542;
}
.TagClassName
{
border-color: #208542;
}
</style>