Shades of Salem #238159
Tints of Salem #238159
RGB
CMYK
RGB Variations
Color information
#238159 (or 0x238159) is known color: Salem. HEX triplet: 23, 81 and 59. RGB value is (35,129,89). Sum of RGB (Red+Green+Blue) = 35+129+89=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #238159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238159 is #DC7EA6. Grayscale: #606060. Windows color (decimal): -14450343 or 5865763. OLE color: 5865763.
HSL color Cylindrical-coordinate representation of color #238159: hue angle of 154.47º 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 #238159 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 89 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.49 |
| HSL | 154.47º | 0.57% | 0.32% | - |
| HSV(B) | 154.47º | 0.73% | 0.51% | - |
| XYZ | 10.35 | 16.78 | 12.14 | - |
| YUV | 96.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 89 | 0.73 | 0 | 0.31 | 0.49 | 154.47 | 0.57 | 0.32 |
| Hex | 23 | 81 | 59 | 49 | 0 | 1F | 31 | 9A | 39 | 20 |
| Octal | 43 | 201 | 131 | 111 | 0 | 37 | 61 | 232 | 71 | 40 |
| Binary | 100011 | 10000001 | 1011001 | 1001001 | 0 | 11111 | 110001 | 10011010 | 111001 | 100000 |
Color Harmonies of #238159
Complementary color
Monochromatic Colors of #238159
Black with #238159
Text Example
Text Example
White with #238159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238159; }
p { color: rgb(35,129,89); }
H1.HeaderClassName
{
color: #238159;
}
.AnyTagClassName
{
color: #238159;
}
</style>
background-color css
<style>
a { background-color: #238159; }
a { background-color: rgb(35,129,89); }
div.DivClassName
{
background-color: #238159;
}
.BgClassName
{
background-color: #238159;
}
</style>
border-color css
<style>
span { border-color: #238159; }
span { border-color: rgb(35,129,89); }
td.TdClassName
{
border-color: #238159;
}
.TagClassName
{
border-color: #238159;
}
</style>