Shades of Salem #237154
Tints of Salem #237154
RGB
CMYK
RGB Variations
Color information
#237154 (or 0x237154) is known color: Salem. HEX triplet: 23, 71 and 54. RGB value is (35,113,84). Sum of RGB (Red+Green+Blue) = 35+113+84=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #237154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237154 is #DC8EAB. Grayscale: #565656. Windows color (decimal): -14454444 or 5533987. OLE color: 5533987.
HSL color Cylindrical-coordinate representation of color #237154: hue angle of 157.69º 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 #237154 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 113 | 84 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.56 |
| HSL | 157.69º | 0.53% | 0.29% | - |
| HSV(B) | 157.69º | 0.69% | 0.44% | - |
| XYZ | 8.2 | 12.81 | 10.43 | - |
| YUV | 86.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 84 | 0.69 | 0 | 0.26 | 0.56 | 157.69 | 0.53 | 0.29 |
| Hex | 23 | 71 | 54 | 45 | 0 | 1A | 38 | 9E | 35 | 1D |
| Octal | 43 | 161 | 124 | 105 | 0 | 32 | 70 | 236 | 65 | 35 |
| Binary | 100011 | 1110001 | 1010100 | 1000101 | 0 | 11010 | 111000 | 10011110 | 110101 | 11101 |
Color Harmonies of #237154
Complementary color
Monochromatic Colors of #237154
Black with #237154
Text Example
Text Example
White with #237154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237154; }
p { color: rgb(35,113,84); }
H1.HeaderClassName
{
color: #237154;
}
.AnyTagClassName
{
color: #237154;
}
</style>
background-color css
<style>
a { background-color: #237154; }
a { background-color: rgb(35,113,84); }
div.DivClassName
{
background-color: #237154;
}
.BgClassName
{
background-color: #237154;
}
</style>
border-color css
<style>
span { border-color: #237154; }
span { border-color: rgb(35,113,84); }
td.TdClassName
{
border-color: #237154;
}
.TagClassName
{
border-color: #237154;
}
</style>