Shades of Salem #207949
Tints of Salem #207949
RGB
CMYK
RGB Variations
Color information
#207949 (or 0x207949) is known color: Salem. HEX triplet: 20, 79 and 49. RGB value is (32,121,73). Sum of RGB (Red+Green+Blue) = 32+121+73=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #207949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207949 is #DF86B6. Grayscale: #595959. Windows color (decimal): -14649015 or 4815136. OLE color: 4815136.
HSL color Cylindrical-coordinate representation of color #207949: hue angle of 147.64º 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 #207949 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 121 | 73 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.53 |
| HSL | 147.64º | 0.58% | 0.3% | - |
| HSV(B) | 147.64º | 0.74% | 0.47% | - |
| XYZ | 8.64 | 14.46 | 8.64 | - |
| YUV | 88.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 73 | 0.74 | 0 | 0.40 | 0.53 | 147.64 | 0.58 | 0.3 |
| Hex | 20 | 79 | 49 | 4A | 0 | 28 | 35 | 94 | 3A | 1E |
| Octal | 40 | 171 | 111 | 112 | 0 | 50 | 65 | 224 | 72 | 36 |
| Binary | 100000 | 1111001 | 1001001 | 1001010 | 0 | 101000 | 110101 | 10010100 | 111010 | 11110 |
Color Harmonies of #207949
Complementary color
Monochromatic Colors of #207949
Black with #207949
Text Example
Text Example
White with #207949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207949; }
p { color: rgb(32,121,73); }
H1.HeaderClassName
{
color: #207949;
}
.AnyTagClassName
{
color: #207949;
}
</style>
background-color css
<style>
a { background-color: #207949; }
a { background-color: rgb(32,121,73); }
div.DivClassName
{
background-color: #207949;
}
.BgClassName
{
background-color: #207949;
}
</style>
border-color css
<style>
span { border-color: #207949; }
span { border-color: rgb(32,121,73); }
td.TdClassName
{
border-color: #207949;
}
.TagClassName
{
border-color: #207949;
}
</style>