Shades of Salem #208150
Tints of Salem #208150
RGB
CMYK
RGB Variations
Color information
#208150 (or 0x208150) is known color: Salem. HEX triplet: 20, 81 and 50. RGB value is (32,129,80). Sum of RGB (Red+Green+Blue) = 32+129+80=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #208150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208150 is #DF7EAF. Grayscale: #5E5E5E. Windows color (decimal): -14646960 or 5275936. OLE color: 5275936.
HSL color Cylindrical-coordinate representation of color #208150: hue angle of 149.69º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208150 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 80 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.49 |
| HSL | 149.69º | 0.6% | 0.32% | - |
| HSV(B) | 149.69º | 0.75% | 0.51% | - |
| XYZ | 9.89 | 16.59 | 10.27 | - |
| YUV | 94.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 80 | 0.75 | 0 | 0.38 | 0.49 | 149.69 | 0.6 | 0.32 |
| Hex | 20 | 81 | 50 | 4B | 0 | 26 | 31 | 96 | 3C | 20 |
| Octal | 40 | 201 | 120 | 113 | 0 | 46 | 61 | 226 | 74 | 40 |
| Binary | 100000 | 10000001 | 1010000 | 1001011 | 0 | 100110 | 110001 | 10010110 | 111100 | 100000 |
Color Harmonies of #208150
Complementary color
Monochromatic Colors of #208150
Black with #208150
Text Example
Text Example
White with #208150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208150; }
p { color: rgb(32,129,80); }
H1.HeaderClassName
{
color: #208150;
}
.AnyTagClassName
{
color: #208150;
}
</style>
background-color css
<style>
a { background-color: #208150; }
a { background-color: rgb(32,129,80); }
div.DivClassName
{
background-color: #208150;
}
.BgClassName
{
background-color: #208150;
}
</style>
border-color css
<style>
span { border-color: #208150; }
span { border-color: rgb(32,129,80); }
td.TdClassName
{
border-color: #208150;
}
.TagClassName
{
border-color: #208150;
}
</style>