Shades of Salem #207D55
Tints of Salem #207D55
RGB
CMYK
RGB Variations
Color information
#207D55 (or 0x207D55) is known color: Salem. HEX triplet: 20, 7D and 55. RGB value is (32,125,85). Sum of RGB (Red+Green+Blue) = 32+125+85=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #207D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207D55 is #DF82AA. Grayscale: #5C5C5C. Windows color (decimal): -14647979 or 5602592. OLE color: 5602592.
HSL color Cylindrical-coordinate representation of color #207D55: hue angle of 154.19º 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 #207D55 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 125 | 85 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.51 |
| HSL | 154.19º | 0.59% | 0.31% | - |
| HSV(B) | 154.19º | 0.74% | 0.49% | - |
| XYZ | 9.57 | 15.63 | 11.11 | - |
| YUV | 92.63 | 123.69 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 85 | 0.74 | 0 | 0.32 | 0.51 | 154.19 | 0.59 | 0.31 |
| Hex | 20 | 7D | 55 | 4A | 0 | 20 | 33 | 9A | 3B | 1F |
| Octal | 40 | 175 | 125 | 112 | 0 | 40 | 63 | 232 | 73 | 37 |
| Binary | 100000 | 1111101 | 1010101 | 1001010 | 0 | 100000 | 110011 | 10011010 | 111011 | 11111 |
Color Harmonies of #207D55
Complementary color
Monochromatic Colors of #207D55
Black with #207D55
Text Example
Text Example
White with #207D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D55; }
p { color: rgb(32,125,85); }
H1.HeaderClassName
{
color: #207D55;
}
.AnyTagClassName
{
color: #207D55;
}
</style>
background-color css
<style>
a { background-color: #207D55; }
a { background-color: rgb(32,125,85); }
div.DivClassName
{
background-color: #207D55;
}
.BgClassName
{
background-color: #207D55;
}
</style>
border-color css
<style>
span { border-color: #207D55; }
span { border-color: rgb(32,125,85); }
td.TdClassName
{
border-color: #207D55;
}
.TagClassName
{
border-color: #207D55;
}
</style>