Shades of Salem #207D59
Tints of Salem #207D59
RGB
CMYK
RGB Variations
Color information
#207D59 (or 0x207D59) is known color: Salem. HEX triplet: 20, 7D and 59. RGB value is (32,125,89). Sum of RGB (Red+Green+Blue) = 32+125+89=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #207D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207D59 is #DF82A6. Grayscale: #5D5D5D. Windows color (decimal): -14647975 or 5864736. OLE color: 5864736.
HSL color Cylindrical-coordinate representation of color #207D59: hue angle of 156.77º 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 #207D59 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 125 | 89 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.51 |
| HSL | 156.77º | 0.59% | 0.31% | - |
| HSV(B) | 156.77º | 0.74% | 0.49% | - |
| XYZ | 9.73 | 15.7 | 11.97 | - |
| YUV | 93.09 | 125.69 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 89 | 0.74 | 0 | 0.29 | 0.51 | 156.77 | 0.59 | 0.31 |
| Hex | 20 | 7D | 59 | 4A | 0 | 1D | 33 | 9D | 3B | 1F |
| Octal | 40 | 175 | 131 | 112 | 0 | 35 | 63 | 235 | 73 | 37 |
| Binary | 100000 | 1111101 | 1011001 | 1001010 | 0 | 11101 | 110011 | 10011101 | 111011 | 11111 |
Color Harmonies of #207D59
Complementary color
Monochromatic Colors of #207D59
Black with #207D59
Text Example
Text Example
White with #207D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D59; }
p { color: rgb(32,125,89); }
H1.HeaderClassName
{
color: #207D59;
}
.AnyTagClassName
{
color: #207D59;
}
</style>
background-color css
<style>
a { background-color: #207D59; }
a { background-color: rgb(32,125,89); }
div.DivClassName
{
background-color: #207D59;
}
.BgClassName
{
background-color: #207D59;
}
</style>
border-color css
<style>
span { border-color: #207D59; }
span { border-color: rgb(32,125,89); }
td.TdClassName
{
border-color: #207D59;
}
.TagClassName
{
border-color: #207D59;
}
</style>