Shades of Salem #207A49
Tints of Salem #207A49
RGB
CMYK
RGB Variations
Color information
#207A49 (or 0x207A49) is known color: Salem. HEX triplet: 20, 7A and 49. RGB value is (32,122,73). Sum of RGB (Red+Green+Blue) = 32+122+73=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #207A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207A49 is #DF85B6. Grayscale: #595959. Windows color (decimal): -14648759 or 4815392. OLE color: 4815392.
HSL color Cylindrical-coordinate representation of color #207A49: hue angle of 147.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 #207A49 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 122 | 73 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.52 |
| HSL | 147.33º | 0.58% | 0.3% | - |
| HSV(B) | 147.33º | 0.74% | 0.48% | - |
| XYZ | 8.76 | 14.71 | 8.68 | - |
| YUV | 89.5 | 118.68 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 73 | 0.74 | 0 | 0.40 | 0.52 | 147.33 | 0.58 | 0.3 |
| Hex | 20 | 7A | 49 | 4A | 0 | 28 | 34 | 93 | 3A | 1E |
| Octal | 40 | 172 | 111 | 112 | 0 | 50 | 64 | 223 | 72 | 36 |
| Binary | 100000 | 1111010 | 1001001 | 1001010 | 0 | 101000 | 110100 | 10010011 | 111010 | 11110 |
Color Harmonies of #207A49
Complementary color
Monochromatic Colors of #207A49
Black with #207A49
Text Example
Text Example
White with #207A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A49; }
p { color: rgb(32,122,73); }
H1.HeaderClassName
{
color: #207A49;
}
.AnyTagClassName
{
color: #207A49;
}
</style>
background-color css
<style>
a { background-color: #207A49; }
a { background-color: rgb(32,122,73); }
div.DivClassName
{
background-color: #207A49;
}
.BgClassName
{
background-color: #207A49;
}
</style>
border-color css
<style>
span { border-color: #207A49; }
span { border-color: rgb(32,122,73); }
td.TdClassName
{
border-color: #207A49;
}
.TagClassName
{
border-color: #207A49;
}
</style>