Shades of Salem #208450
Tints of Salem #208450
RGB
CMYK
RGB Variations
Color information
#208450 (or 0x208450) is known color: Salem. HEX triplet: 20, 84 and 50. RGB value is (32,132,80). Sum of RGB (Red+Green+Blue) = 32+132+80=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #208450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208450 is #DF7BAF. Grayscale: #606060. Windows color (decimal): -14646192 or 5276704. OLE color: 5276704.
HSL color Cylindrical-coordinate representation of color #208450: hue angle of 148.8º 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 #208450 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 80 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.48 |
| HSL | 148.8º | 0.61% | 0.32% | - |
| HSV(B) | 148.8º | 0.76% | 0.52% | - |
| XYZ | 10.29 | 17.39 | 10.4 | - |
| YUV | 96.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 80 | 0.76 | 0 | 0.39 | 0.48 | 148.8 | 0.61 | 0.32 |
| Hex | 20 | 84 | 50 | 4C | 0 | 27 | 30 | 95 | 3D | 20 |
| Octal | 40 | 204 | 120 | 114 | 0 | 47 | 60 | 225 | 75 | 40 |
| Binary | 100000 | 10000100 | 1010000 | 1001100 | 0 | 100111 | 110000 | 10010101 | 111101 | 100000 |
Color Harmonies of #208450
Complementary color
Monochromatic Colors of #208450
Black with #208450
Text Example
Text Example
White with #208450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208450; }
p { color: rgb(32,132,80); }
H1.HeaderClassName
{
color: #208450;
}
.AnyTagClassName
{
color: #208450;
}
</style>
background-color css
<style>
a { background-color: #208450; }
a { background-color: rgb(32,132,80); }
div.DivClassName
{
background-color: #208450;
}
.BgClassName
{
background-color: #208450;
}
</style>
border-color css
<style>
span { border-color: #208450; }
span { border-color: rgb(32,132,80); }
td.TdClassName
{
border-color: #208450;
}
.TagClassName
{
border-color: #208450;
}
</style>