Shades of Salem #207855
Tints of Salem #207855
RGB
CMYK
RGB Variations
Color information
#207855 (or 0x207855) is known color: Salem. HEX triplet: 20, 78 and 55. RGB value is (32,120,85). Sum of RGB (Red+Green+Blue) = 32+120+85=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #207855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207855 is #DF87AA. Grayscale: #595959. Windows color (decimal): -14649259 or 5601312. OLE color: 5601312.
HSL color Cylindrical-coordinate representation of color #207855: hue angle of 156.14º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207855 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 85 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.53 |
| HSL | 156.14º | 0.58% | 0.3% | - |
| HSV(B) | 156.14º | 0.73% | 0.47% | - |
| XYZ | 8.95 | 14.4 | 10.9 | - |
| YUV | 89.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 85 | 0.73 | 0 | 0.29 | 0.53 | 156.14 | 0.58 | 0.3 |
| Hex | 20 | 78 | 55 | 49 | 0 | 1D | 35 | 9C | 3A | 1E |
| Octal | 40 | 170 | 125 | 111 | 0 | 35 | 65 | 234 | 72 | 36 |
| Binary | 100000 | 1111000 | 1010101 | 1001001 | 0 | 11101 | 110101 | 10011100 | 111010 | 11110 |
Color Harmonies of #207855
Complementary color
Monochromatic Colors of #207855
Black with #207855
Text Example
Text Example
White with #207855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207855; }
p { color: rgb(32,120,85); }
H1.HeaderClassName
{
color: #207855;
}
.AnyTagClassName
{
color: #207855;
}
</style>
background-color css
<style>
a { background-color: #207855; }
a { background-color: rgb(32,120,85); }
div.DivClassName
{
background-color: #207855;
}
.BgClassName
{
background-color: #207855;
}
</style>
border-color css
<style>
span { border-color: #207855; }
span { border-color: rgb(32,120,85); }
td.TdClassName
{
border-color: #207855;
}
.TagClassName
{
border-color: #207855;
}
</style>