Shades of Salem #208355
Tints of Salem #208355
RGB
CMYK
RGB Variations
Color information
#208355 (or 0x208355) is known color: Salem. HEX triplet: 20, 83 and 55. RGB value is (32,131,85). Sum of RGB (Red+Green+Blue) = 32+131+85=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #208355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208355 is #DF7CAA. Grayscale: #606060. Windows color (decimal): -14646443 or 5604128. OLE color: 5604128.
HSL color Cylindrical-coordinate representation of color #208355: hue angle of 152.12º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208355 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 85 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.49 |
| HSL | 152.12º | 0.61% | 0.32% | - |
| HSV(B) | 152.12º | 0.76% | 0.51% | - |
| XYZ | 10.35 | 17.2 | 11.37 | - |
| YUV | 96.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 85 | 0.76 | 0 | 0.35 | 0.49 | 152.12 | 0.61 | 0.32 |
| Hex | 20 | 83 | 55 | 4C | 0 | 23 | 31 | 98 | 3D | 20 |
| Octal | 40 | 203 | 125 | 114 | 0 | 43 | 61 | 230 | 75 | 40 |
| Binary | 100000 | 10000011 | 1010101 | 1001100 | 0 | 100011 | 110001 | 10011000 | 111101 | 100000 |
Color Harmonies of #208355
Complementary color
Monochromatic Colors of #208355
Black with #208355
Text Example
Text Example
White with #208355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208355; }
p { color: rgb(32,131,85); }
H1.HeaderClassName
{
color: #208355;
}
.AnyTagClassName
{
color: #208355;
}
</style>
background-color css
<style>
a { background-color: #208355; }
a { background-color: rgb(32,131,85); }
div.DivClassName
{
background-color: #208355;
}
.BgClassName
{
background-color: #208355;
}
</style>
border-color css
<style>
span { border-color: #208355; }
span { border-color: rgb(32,131,85); }
td.TdClassName
{
border-color: #208355;
}
.TagClassName
{
border-color: #208355;
}
</style>