Shades of Salem #237C50
Tints of Salem #237C50
RGB
CMYK
RGB Variations
Color information
#237C50 (or 0x237C50) is known color: Salem. HEX triplet: 23, 7C and 50. RGB value is (35,124,80). Sum of RGB (Red+Green+Blue) = 35+124+80=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #237C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C50 is #DC83AF. Grayscale: #5C5C5C. Windows color (decimal): -14451632 or 5274659. OLE color: 5274659.
HSL color Cylindrical-coordinate representation of color #237C50: hue angle of 150.34º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237C50 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 80 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.51 |
| HSL | 150.34º | 0.56% | 0.31% | - |
| HSV(B) | 150.34º | 0.72% | 0.49% | - |
| XYZ | 9.35 | 15.35 | 10.06 | - |
| YUV | 92.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 80 | 0.72 | 0 | 0.35 | 0.51 | 150.34 | 0.56 | 0.31 |
| Hex | 23 | 7C | 50 | 48 | 0 | 23 | 33 | 96 | 38 | 1F |
| Octal | 43 | 174 | 120 | 110 | 0 | 43 | 63 | 226 | 70 | 37 |
| Binary | 100011 | 1111100 | 1010000 | 1001000 | 0 | 100011 | 110011 | 10010110 | 111000 | 11111 |
Color Harmonies of #237C50
Complementary color
Monochromatic Colors of #237C50
Black with #237C50
Text Example
Text Example
White with #237C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C50; }
p { color: rgb(35,124,80); }
H1.HeaderClassName
{
color: #237C50;
}
.AnyTagClassName
{
color: #237C50;
}
</style>
background-color css
<style>
a { background-color: #237C50; }
a { background-color: rgb(35,124,80); }
div.DivClassName
{
background-color: #237C50;
}
.BgClassName
{
background-color: #237C50;
}
</style>
border-color css
<style>
span { border-color: #237C50; }
span { border-color: rgb(35,124,80); }
td.TdClassName
{
border-color: #237C50;
}
.TagClassName
{
border-color: #237C50;
}
</style>