Shades of Salem #207A55
Tints of Salem #207A55
RGB
CMYK
RGB Variations
Color information
#207A55 (or 0x207A55) is known color: Salem. HEX triplet: 20, 7A and 55. RGB value is (32,122,85). Sum of RGB (Red+Green+Blue) = 32+122+85=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #207A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207A55 is #DF85AA. Grayscale: #5A5A5A. Windows color (decimal): -14648747 or 5601824. OLE color: 5601824.
HSL color Cylindrical-coordinate representation of color #207A55: hue angle of 155.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207A55 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 122 | 85 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.52 |
| HSL | 155.33º | 0.58% | 0.3% | - |
| HSV(B) | 155.33º | 0.74% | 0.48% | - |
| XYZ | 9.19 | 14.88 | 10.98 | - |
| YUV | 90.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 85 | 0.74 | 0 | 0.30 | 0.52 | 155.33 | 0.58 | 0.3 |
| Hex | 20 | 7A | 55 | 4A | 0 | 1E | 34 | 9B | 3A | 1E |
| Octal | 40 | 172 | 125 | 112 | 0 | 36 | 64 | 233 | 72 | 36 |
| Binary | 100000 | 1111010 | 1010101 | 1001010 | 0 | 11110 | 110100 | 10011011 | 111010 | 11110 |
Color Harmonies of #207A55
Complementary color
Monochromatic Colors of #207A55
Black with #207A55
Text Example
Text Example
White with #207A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A55; }
p { color: rgb(32,122,85); }
H1.HeaderClassName
{
color: #207A55;
}
.AnyTagClassName
{
color: #207A55;
}
</style>
background-color css
<style>
a { background-color: #207A55; }
a { background-color: rgb(32,122,85); }
div.DivClassName
{
background-color: #207A55;
}
.BgClassName
{
background-color: #207A55;
}
</style>
border-color css
<style>
span { border-color: #207A55; }
span { border-color: rgb(32,122,85); }
td.TdClassName
{
border-color: #207A55;
}
.TagClassName
{
border-color: #207A55;
}
</style>