Shades of Salem #207E49
Tints of Salem #207E49
RGB
CMYK
RGB Variations
Color information
#207E49 (or 0x207E49) is known color: Salem. HEX triplet: 20, 7E and 49. RGB value is (32,126,73). Sum of RGB (Red+Green+Blue) = 32+126+73=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #207E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207E49 is #DF81B6. Grayscale: #5B5B5B. Windows color (decimal): -14647735 or 4816416. OLE color: 4816416.
HSL color Cylindrical-coordinate representation of color #207E49: hue angle of 146.17º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207E49 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 126 | 73 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.51 |
| HSL | 146.17º | 0.59% | 0.31% | - |
| HSV(B) | 146.17º | 0.75% | 0.49% | - |
| XYZ | 9.26 | 15.71 | 8.85 | - |
| YUV | 91.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 73 | 0.75 | 0 | 0.42 | 0.51 | 146.17 | 0.59 | 0.31 |
| Hex | 20 | 7E | 49 | 4B | 0 | 2A | 33 | 92 | 3B | 1F |
| Octal | 40 | 176 | 111 | 113 | 0 | 52 | 63 | 222 | 73 | 37 |
| Binary | 100000 | 1111110 | 1001001 | 1001011 | 0 | 101010 | 110011 | 10010010 | 111011 | 11111 |
Color Harmonies of #207E49
Complementary color
Monochromatic Colors of #207E49
Black with #207E49
Text Example
Text Example
White with #207E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207E49; }
p { color: rgb(32,126,73); }
H1.HeaderClassName
{
color: #207E49;
}
.AnyTagClassName
{
color: #207E49;
}
</style>
background-color css
<style>
a { background-color: #207E49; }
a { background-color: rgb(32,126,73); }
div.DivClassName
{
background-color: #207E49;
}
.BgClassName
{
background-color: #207E49;
}
</style>
border-color css
<style>
span { border-color: #207E49; }
span { border-color: rgb(32,126,73); }
td.TdClassName
{
border-color: #207E49;
}
.TagClassName
{
border-color: #207E49;
}
</style>