Shades of Salem #207C59
Tints of Salem #207C59
RGB
CMYK
RGB Variations
Color information
#207C59 (or 0x207C59) is known color: Salem. HEX triplet: 20, 7C and 59. RGB value is (32,124,89). Sum of RGB (Red+Green+Blue) = 32+124+89=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #207C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C59 is #DF83A6. Grayscale: #5C5C5C. Windows color (decimal): -14648231 or 5864480. OLE color: 5864480.
HSL color Cylindrical-coordinate representation of color #207C59: hue angle of 157.17º 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 #207C59 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 89 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.51 |
| HSL | 157.17º | 0.59% | 0.31% | - |
| HSV(B) | 157.17º | 0.74% | 0.49% | - |
| XYZ | 9.61 | 15.44 | 11.93 | - |
| YUV | 92.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 89 | 0.74 | 0 | 0.28 | 0.51 | 157.17 | 0.59 | 0.31 |
| Hex | 20 | 7C | 59 | 4A | 0 | 1C | 33 | 9D | 3B | 1F |
| Octal | 40 | 174 | 131 | 112 | 0 | 34 | 63 | 235 | 73 | 37 |
| Binary | 100000 | 1111100 | 1011001 | 1001010 | 0 | 11100 | 110011 | 10011101 | 111011 | 11111 |
Color Harmonies of #207C59
Complementary color
Monochromatic Colors of #207C59
Black with #207C59
Text Example
Text Example
White with #207C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C59; }
p { color: rgb(32,124,89); }
H1.HeaderClassName
{
color: #207C59;
}
.AnyTagClassName
{
color: #207C59;
}
</style>
background-color css
<style>
a { background-color: #207C59; }
a { background-color: rgb(32,124,89); }
div.DivClassName
{
background-color: #207C59;
}
.BgClassName
{
background-color: #207C59;
}
</style>
border-color css
<style>
span { border-color: #207C59; }
span { border-color: rgb(32,124,89); }
td.TdClassName
{
border-color: #207C59;
}
.TagClassName
{
border-color: #207C59;
}
</style>