Shades of Salem #207C5A
Tints of Salem #207C5A
RGB
CMYK
RGB Variations
Color information
#207C5A (or 0x207C5A) is known color: Salem. HEX triplet: 20, 7C and 5A. RGB value is (32,124,90). Sum of RGB (Red+Green+Blue) = 32+124+90=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #207C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C5A is #DF83A5. Grayscale: #5C5C5C. Windows color (decimal): -14648230 or 5930016. OLE color: 5930016.
HSL color Cylindrical-coordinate representation of color #207C5A: hue angle of 157.83º 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 #207C5A is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 90 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.51 |
| HSL | 157.83º | 0.59% | 0.31% | - |
| HSV(B) | 157.83º | 0.74% | 0.49% | - |
| XYZ | 9.65 | 15.46 | 12.15 | - |
| YUV | 92.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 90 | 0.74 | 0 | 0.27 | 0.51 | 157.83 | 0.59 | 0.31 |
| Hex | 20 | 7C | 5A | 4A | 0 | 1B | 33 | 9E | 3B | 1F |
| Octal | 40 | 174 | 132 | 112 | 0 | 33 | 63 | 236 | 73 | 37 |
| Binary | 100000 | 1111100 | 1011010 | 1001010 | 0 | 11011 | 110011 | 10011110 | 111011 | 11111 |
Color Harmonies of #207C5A
Complementary color
Monochromatic Colors of #207C5A
Black with #207C5A
Text Example
Text Example
White with #207C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C5A; }
p { color: rgb(32,124,90); }
H1.HeaderClassName
{
color: #207C5A;
}
.AnyTagClassName
{
color: #207C5A;
}
</style>
background-color css
<style>
a { background-color: #207C5A; }
a { background-color: rgb(32,124,90); }
div.DivClassName
{
background-color: #207C5A;
}
.BgClassName
{
background-color: #207C5A;
}
</style>
border-color css
<style>
span { border-color: #207C5A; }
span { border-color: rgb(32,124,90); }
td.TdClassName
{
border-color: #207C5A;
}
.TagClassName
{
border-color: #207C5A;
}
</style>