Shades of Salem #238155
Tints of Salem #238155
RGB
CMYK
RGB Variations
Color information
#238155 (or 0x238155) is known color: Salem. HEX triplet: 23, 81 and 55. RGB value is (35,129,85). Sum of RGB (Red+Green+Blue) = 35+129+85=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #238155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238155 is #DC7EAA. Grayscale: #5F5F5F. Windows color (decimal): -14450347 or 5603619. OLE color: 5603619.
HSL color Cylindrical-coordinate representation of color #238155: hue angle of 151.91º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238155 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 85 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.49 |
| HSL | 151.91º | 0.57% | 0.32% | - |
| HSV(B) | 151.91º | 0.73% | 0.51% | - |
| XYZ | 10.18 | 16.71 | 11.28 | - |
| YUV | 95.88 | 121.86 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 85 | 0.73 | 0 | 0.34 | 0.49 | 151.91 | 0.57 | 0.32 |
| Hex | 23 | 81 | 55 | 49 | 0 | 22 | 31 | 98 | 39 | 20 |
| Octal | 43 | 201 | 125 | 111 | 0 | 42 | 61 | 230 | 71 | 40 |
| Binary | 100011 | 10000001 | 1010101 | 1001001 | 0 | 100010 | 110001 | 10011000 | 111001 | 100000 |
Color Harmonies of #238155
Complementary color
Monochromatic Colors of #238155
Black with #238155
Text Example
Text Example
White with #238155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238155; }
p { color: rgb(35,129,85); }
H1.HeaderClassName
{
color: #238155;
}
.AnyTagClassName
{
color: #238155;
}
</style>
background-color css
<style>
a { background-color: #238155; }
a { background-color: rgb(35,129,85); }
div.DivClassName
{
background-color: #238155;
}
.BgClassName
{
background-color: #238155;
}
</style>
border-color css
<style>
span { border-color: #238155; }
span { border-color: rgb(35,129,85); }
td.TdClassName
{
border-color: #238155;
}
.TagClassName
{
border-color: #238155;
}
</style>