Shades of Salem #207A4D
Tints of Salem #207A4D
RGB
CMYK
RGB Variations
Color information
#207A4D (or 0x207A4D) is known color: Salem. HEX triplet: 20, 7A and 4D. RGB value is (32,122,77). Sum of RGB (Red+Green+Blue) = 32+122+77=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #207A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207A4D is #DF85B2. Grayscale: #5A5A5A. Windows color (decimal): -14648755 or 5077536. OLE color: 5077536.
HSL color Cylindrical-coordinate representation of color #207A4D: hue angle of 150º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207A4D is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 122 | 77 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.52 |
| HSL | 150º | 0.58% | 0.3% | - |
| HSV(B) | 150º | 0.74% | 0.48% | - |
| XYZ | 8.89 | 14.76 | 9.4 | - |
| YUV | 89.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 77 | 0.74 | 0 | 0.37 | 0.52 | 150 | 0.58 | 0.3 |
| Hex | 20 | 7A | 4D | 4A | 0 | 25 | 34 | 96 | 3A | 1E |
| Octal | 40 | 172 | 115 | 112 | 0 | 45 | 64 | 226 | 72 | 36 |
| Binary | 100000 | 1111010 | 1001101 | 1001010 | 0 | 100101 | 110100 | 10010110 | 111010 | 11110 |
Color Harmonies of #207A4D
Complementary color
Monochromatic Colors of #207A4D
Black with #207A4D
Text Example
Text Example
White with #207A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A4D; }
p { color: rgb(32,122,77); }
H1.HeaderClassName
{
color: #207A4D;
}
.AnyTagClassName
{
color: #207A4D;
}
</style>
background-color css
<style>
a { background-color: #207A4D; }
a { background-color: rgb(32,122,77); }
div.DivClassName
{
background-color: #207A4D;
}
.BgClassName
{
background-color: #207A4D;
}
</style>
border-color css
<style>
span { border-color: #207A4D; }
span { border-color: rgb(32,122,77); }
td.TdClassName
{
border-color: #207A4D;
}
.TagClassName
{
border-color: #207A4D;
}
</style>