Shades of Salem #207950
Tints of Salem #207950
RGB
CMYK
RGB Variations
Color information
#207950 (or 0x207950) is known color: Salem. HEX triplet: 20, 79 and 50. RGB value is (32,121,80). Sum of RGB (Red+Green+Blue) = 32+121+80=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #207950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207950 is #DF86AF. Grayscale: #595959. Windows color (decimal): -14649008 or 5273888. OLE color: 5273888.
HSL color Cylindrical-coordinate representation of color #207950: hue angle of 152.36º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207950 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 121 | 80 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.53 |
| HSL | 152.36º | 0.58% | 0.3% | - |
| HSV(B) | 152.36º | 0.74% | 0.47% | - |
| XYZ | 8.88 | 14.56 | 9.93 | - |
| YUV | 89.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 80 | 0.74 | 0 | 0.34 | 0.53 | 152.36 | 0.58 | 0.3 |
| Hex | 20 | 79 | 50 | 4A | 0 | 22 | 35 | 98 | 3A | 1E |
| Octal | 40 | 171 | 120 | 112 | 0 | 42 | 65 | 230 | 72 | 36 |
| Binary | 100000 | 1111001 | 1010000 | 1001010 | 0 | 100010 | 110101 | 10011000 | 111010 | 11110 |
Color Harmonies of #207950
Complementary color
Monochromatic Colors of #207950
Black with #207950
Text Example
Text Example
White with #207950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207950; }
p { color: rgb(32,121,80); }
H1.HeaderClassName
{
color: #207950;
}
.AnyTagClassName
{
color: #207950;
}
</style>
background-color css
<style>
a { background-color: #207950; }
a { background-color: rgb(32,121,80); }
div.DivClassName
{
background-color: #207950;
}
.BgClassName
{
background-color: #207950;
}
</style>
border-color css
<style>
span { border-color: #207950; }
span { border-color: rgb(32,121,80); }
td.TdClassName
{
border-color: #207950;
}
.TagClassName
{
border-color: #207950;
}
</style>