Shades of Salem #237D50
Tints of Salem #237D50
RGB
CMYK
RGB Variations
Color information
#237D50 (or 0x237D50) is known color: Salem. HEX triplet: 23, 7D and 50. RGB value is (35,125,80). Sum of RGB (Red+Green+Blue) = 35+125+80=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #237D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237D50 is #DC82AF. Grayscale: #5D5D5D. Windows color (decimal): -14451376 or 5274915. OLE color: 5274915.
HSL color Cylindrical-coordinate representation of color #237D50: hue angle of 150º 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 #237D50 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 125 | 80 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.51 |
| HSL | 150º | 0.56% | 0.31% | - |
| HSV(B) | 150º | 0.72% | 0.49% | - |
| XYZ | 9.47 | 15.6 | 10.1 | - |
| YUV | 92.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 80 | 0.72 | 0 | 0.36 | 0.51 | 150 | 0.56 | 0.31 |
| Hex | 23 | 7D | 50 | 48 | 0 | 24 | 33 | 96 | 38 | 1F |
| Octal | 43 | 175 | 120 | 110 | 0 | 44 | 63 | 226 | 70 | 37 |
| Binary | 100011 | 1111101 | 1010000 | 1001000 | 0 | 100100 | 110011 | 10010110 | 111000 | 11111 |
Color Harmonies of #237D50
Complementary color
Monochromatic Colors of #237D50
Black with #237D50
Text Example
Text Example
White with #237D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D50; }
p { color: rgb(35,125,80); }
H1.HeaderClassName
{
color: #237D50;
}
.AnyTagClassName
{
color: #237D50;
}
</style>
background-color css
<style>
a { background-color: #237D50; }
a { background-color: rgb(35,125,80); }
div.DivClassName
{
background-color: #237D50;
}
.BgClassName
{
background-color: #237D50;
}
</style>
border-color css
<style>
span { border-color: #237D50; }
span { border-color: rgb(35,125,80); }
td.TdClassName
{
border-color: #237D50;
}
.TagClassName
{
border-color: #237D50;
}
</style>