Shades of Salem #237153
Tints of Salem #237153
RGB
CMYK
RGB Variations
Color information
#237153 (or 0x237153) is known color: Salem. HEX triplet: 23, 71 and 53. RGB value is (35,113,83). Sum of RGB (Red+Green+Blue) = 35+113+83=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #237153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237153 is #DC8EAC. Grayscale: #565656. Windows color (decimal): -14454445 or 5468451. OLE color: 5468451.
HSL color Cylindrical-coordinate representation of color #237153: hue angle of 156.92º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237153 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 113 | 83 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.56 |
| HSL | 156.92º | 0.53% | 0.29% | - |
| HSV(B) | 156.92º | 0.69% | 0.44% | - |
| XYZ | 8.16 | 12.79 | 10.22 | - |
| YUV | 86.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 83 | 0.69 | 0 | 0.27 | 0.56 | 156.92 | 0.53 | 0.29 |
| Hex | 23 | 71 | 53 | 45 | 0 | 1B | 38 | 9D | 35 | 1D |
| Octal | 43 | 161 | 123 | 105 | 0 | 33 | 70 | 235 | 65 | 35 |
| Binary | 100011 | 1110001 | 1010011 | 1000101 | 0 | 11011 | 111000 | 10011101 | 110101 | 11101 |
Color Harmonies of #237153
Complementary color
Monochromatic Colors of #237153
Black with #237153
Text Example
Text Example
White with #237153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237153; }
p { color: rgb(35,113,83); }
H1.HeaderClassName
{
color: #237153;
}
.AnyTagClassName
{
color: #237153;
}
</style>
background-color css
<style>
a { background-color: #237153; }
a { background-color: rgb(35,113,83); }
div.DivClassName
{
background-color: #237153;
}
.BgClassName
{
background-color: #237153;
}
</style>
border-color css
<style>
span { border-color: #237153; }
span { border-color: rgb(35,113,83); }
td.TdClassName
{
border-color: #237153;
}
.TagClassName
{
border-color: #237153;
}
</style>