Shades of Salem #237151
Tints of Salem #237151
RGB
CMYK
RGB Variations
Color information
#237151 (or 0x237151) is known color: Salem. HEX triplet: 23, 71 and 51. RGB value is (35,113,81). Sum of RGB (Red+Green+Blue) = 35+113+81=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #237151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237151 is #DC8EAE. Grayscale: #565656. Windows color (decimal): -14454447 or 5337379. OLE color: 5337379.
HSL color Cylindrical-coordinate representation of color #237151: hue angle of 155.38º 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 #237151 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 113 | 81 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.56 |
| HSL | 155.38º | 0.53% | 0.29% | - |
| HSV(B) | 155.38º | 0.69% | 0.44% | - |
| XYZ | 8.08 | 12.76 | 9.82 | - |
| YUV | 86.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 81 | 0.69 | 0 | 0.28 | 0.56 | 155.38 | 0.53 | 0.29 |
| Hex | 23 | 71 | 51 | 45 | 0 | 1C | 38 | 9B | 35 | 1D |
| Octal | 43 | 161 | 121 | 105 | 0 | 34 | 70 | 233 | 65 | 35 |
| Binary | 100011 | 1110001 | 1010001 | 1000101 | 0 | 11100 | 111000 | 10011011 | 110101 | 11101 |
Color Harmonies of #237151
Complementary color
Monochromatic Colors of #237151
Black with #237151
Text Example
Text Example
White with #237151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237151; }
p { color: rgb(35,113,81); }
H1.HeaderClassName
{
color: #237151;
}
.AnyTagClassName
{
color: #237151;
}
</style>
background-color css
<style>
a { background-color: #237151; }
a { background-color: rgb(35,113,81); }
div.DivClassName
{
background-color: #237151;
}
.BgClassName
{
background-color: #237151;
}
</style>
border-color css
<style>
span { border-color: #237151; }
span { border-color: rgb(35,113,81); }
td.TdClassName
{
border-color: #237151;
}
.TagClassName
{
border-color: #237151;
}
</style>