Shades of Salem #237E53
Tints of Salem #237E53
RGB
CMYK
RGB Variations
Color information
#237E53 (or 0x237E53) is known color: Salem. HEX triplet: 23, 7E and 53. RGB value is (35,126,83). Sum of RGB (Red+Green+Blue) = 35+126+83=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #237E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237E53 is #DC81AC. Grayscale: #5D5D5D. Windows color (decimal): -14451117 or 5471779. OLE color: 5471779.
HSL color Cylindrical-coordinate representation of color #237E53: hue angle of 151.65º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237E53 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 126 | 83 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.51 |
| HSL | 151.65º | 0.57% | 0.32% | - |
| HSV(B) | 151.65º | 0.72% | 0.49% | - |
| XYZ | 9.72 | 15.9 | 10.74 | - |
| YUV | 93.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 83 | 0.72 | 0 | 0.34 | 0.51 | 151.65 | 0.57 | 0.32 |
| Hex | 23 | 7E | 53 | 48 | 0 | 22 | 33 | 98 | 39 | 20 |
| Octal | 43 | 176 | 123 | 110 | 0 | 42 | 63 | 230 | 71 | 40 |
| Binary | 100011 | 1111110 | 1010011 | 1001000 | 0 | 100010 | 110011 | 10011000 | 111001 | 100000 |
Color Harmonies of #237E53
Complementary color
Monochromatic Colors of #237E53
Black with #237E53
Text Example
Text Example
White with #237E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237E53; }
p { color: rgb(35,126,83); }
H1.HeaderClassName
{
color: #237E53;
}
.AnyTagClassName
{
color: #237E53;
}
</style>
background-color css
<style>
a { background-color: #237E53; }
a { background-color: rgb(35,126,83); }
div.DivClassName
{
background-color: #237E53;
}
.BgClassName
{
background-color: #237E53;
}
</style>
border-color css
<style>
span { border-color: #237E53; }
span { border-color: rgb(35,126,83); }
td.TdClassName
{
border-color: #237E53;
}
.TagClassName
{
border-color: #237E53;
}
</style>