Shades of Salem #208056
Tints of Salem #208056
RGB
CMYK
RGB Variations
Color information
#208056 (or 0x208056) is known color: Salem. HEX triplet: 20, 80 and 56. RGB value is (32,128,86). Sum of RGB (Red+Green+Blue) = 32+128+86=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #208056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208056 is #DF7FA9. Grayscale: #5E5E5E. Windows color (decimal): -14647210 or 5668896. OLE color: 5668896.
HSL color Cylindrical-coordinate representation of color #208056: hue angle of 153.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208056 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 86 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.50 |
| HSL | 153.75º | 0.6% | 0.31% | - |
| HSV(B) | 153.75º | 0.75% | 0.5% | - |
| XYZ | 9.99 | 16.42 | 11.45 | - |
| YUV | 94.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 86 | 0.75 | 0 | 0.33 | 0.50 | 153.75 | 0.6 | 0.31 |
| Hex | 20 | 80 | 56 | 4B | 0 | 21 | 32 | 9A | 3C | 1F |
| Octal | 40 | 200 | 126 | 113 | 0 | 41 | 62 | 232 | 74 | 37 |
| Binary | 100000 | 10000000 | 1010110 | 1001011 | 0 | 100001 | 110010 | 10011010 | 111100 | 11111 |
Color Harmonies of #208056
Complementary color
Monochromatic Colors of #208056
Black with #208056
Text Example
Text Example
White with #208056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208056; }
p { color: rgb(32,128,86); }
H1.HeaderClassName
{
color: #208056;
}
.AnyTagClassName
{
color: #208056;
}
</style>
background-color css
<style>
a { background-color: #208056; }
a { background-color: rgb(32,128,86); }
div.DivClassName
{
background-color: #208056;
}
.BgClassName
{
background-color: #208056;
}
</style>
border-color css
<style>
span { border-color: #208056; }
span { border-color: rgb(32,128,86); }
td.TdClassName
{
border-color: #208056;
}
.TagClassName
{
border-color: #208056;
}
</style>