Shades of Salem #207D47
Tints of Salem #207D47
RGB
CMYK
RGB Variations
Color information
#207D47 (or 0x207D47) is known color: Salem. HEX triplet: 20, 7D and 47. RGB value is (32,125,71). Sum of RGB (Red+Green+Blue) = 32+125+71=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #207D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207D47 is #DF82B8. Grayscale: #5B5B5B. Windows color (decimal): -14647993 or 4685088. OLE color: 4685088.
HSL color Cylindrical-coordinate representation of color #207D47: hue angle of 145.16º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207D47 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 125 | 71 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.51 |
| HSL | 145.16º | 0.59% | 0.31% | - |
| HSV(B) | 145.16º | 0.74% | 0.49% | - |
| XYZ | 9.07 | 15.43 | 8.46 | - |
| YUV | 91.04 | 116.69 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 71 | 0.74 | 0 | 0.43 | 0.51 | 145.16 | 0.59 | 0.31 |
| Hex | 20 | 7D | 47 | 4A | 0 | 2B | 33 | 91 | 3B | 1F |
| Octal | 40 | 175 | 107 | 112 | 0 | 53 | 63 | 221 | 73 | 37 |
| Binary | 100000 | 1111101 | 1000111 | 1001010 | 0 | 101011 | 110011 | 10010001 | 111011 | 11111 |
Color Harmonies of #207D47
Complementary color
Monochromatic Colors of #207D47
Black with #207D47
Text Example
Text Example
White with #207D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D47; }
p { color: rgb(32,125,71); }
H1.HeaderClassName
{
color: #207D47;
}
.AnyTagClassName
{
color: #207D47;
}
</style>
background-color css
<style>
a { background-color: #207D47; }
a { background-color: rgb(32,125,71); }
div.DivClassName
{
background-color: #207D47;
}
.BgClassName
{
background-color: #207D47;
}
</style>
border-color css
<style>
span { border-color: #207D47; }
span { border-color: rgb(32,125,71); }
td.TdClassName
{
border-color: #207D47;
}
.TagClassName
{
border-color: #207D47;
}
</style>