Shades of Salem #237E59
Tints of Salem #237E59
RGB
CMYK
RGB Variations
Color information
#237E59 (or 0x237E59) is known color: Salem. HEX triplet: 23, 7E and 59. RGB value is (35,126,89). Sum of RGB (Red+Green+Blue) = 35+126+89=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #237E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237E59 is #DC81A6. Grayscale: #5E5E5E. Windows color (decimal): -14451111 or 5864995. OLE color: 5864995.
HSL color Cylindrical-coordinate representation of color #237E59: hue angle of 155.6º 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 #237E59 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 126 | 89 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.51 |
| HSL | 155.6º | 0.57% | 0.32% | - |
| HSV(B) | 155.6º | 0.72% | 0.49% | - |
| XYZ | 9.96 | 16 | 12.01 | - |
| YUV | 94.57 | 124.85 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 89 | 0.72 | 0 | 0.29 | 0.51 | 155.6 | 0.57 | 0.32 |
| Hex | 23 | 7E | 59 | 48 | 0 | 1D | 33 | 9C | 39 | 20 |
| Octal | 43 | 176 | 131 | 110 | 0 | 35 | 63 | 234 | 71 | 40 |
| Binary | 100011 | 1111110 | 1011001 | 1001000 | 0 | 11101 | 110011 | 10011100 | 111001 | 100000 |
Color Harmonies of #237E59
Complementary color
Monochromatic Colors of #237E59
Black with #237E59
Text Example
Text Example
White with #237E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237E59; }
p { color: rgb(35,126,89); }
H1.HeaderClassName
{
color: #237E59;
}
.AnyTagClassName
{
color: #237E59;
}
</style>
background-color css
<style>
a { background-color: #237E59; }
a { background-color: rgb(35,126,89); }
div.DivClassName
{
background-color: #237E59;
}
.BgClassName
{
background-color: #237E59;
}
</style>
border-color css
<style>
span { border-color: #237E59; }
span { border-color: rgb(35,126,89); }
td.TdClassName
{
border-color: #237E59;
}
.TagClassName
{
border-color: #237E59;
}
</style>