Shades of Salem #158B52
Tints of Salem #158B52
RGB
CMYK
RGB Variations
Color information
#158B52 (or 0x158B52) is known color: Salem. HEX triplet: 15, 8B and 52. RGB value is (21,139,82). Sum of RGB (Red+Green+Blue) = 21+139+82=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #158B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B52 is #EA74AD. Grayscale: #616161. Windows color (decimal): -15365294 or 5409557. OLE color: 5409557.
HSL color Cylindrical-coordinate representation of color #158B52: hue angle of 151.02º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B52 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 82 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.45 |
| HSL | 151.02º | 0.74% | 0.31% | - |
| HSV(B) | 151.02º | 0.85% | 0.55% | - |
| XYZ | 11.06 | 19.23 | 11.11 | - |
| YUV | 97.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 82 | 0.85 | 0 | 0.41 | 0.45 | 151.02 | 0.74 | 0.31 |
| Hex | 15 | 8B | 52 | 55 | 0 | 29 | 2D | 97 | 4A | 1F |
| Octal | 25 | 213 | 122 | 125 | 0 | 51 | 55 | 227 | 112 | 37 |
| Binary | 10101 | 10001011 | 1010010 | 1010101 | 0 | 101001 | 101101 | 10010111 | 1001010 | 11111 |
Color Harmonies of #158B52
Complementary color
Monochromatic Colors of #158B52
Black with #158B52
Text Example
Text Example
White with #158B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B52; }
p { color: rgb(21,139,82); }
H1.HeaderClassName
{
color: #158B52;
}
.AnyTagClassName
{
color: #158B52;
}
</style>
background-color css
<style>
a { background-color: #158B52; }
a { background-color: rgb(21,139,82); }
div.DivClassName
{
background-color: #158B52;
}
.BgClassName
{
background-color: #158B52;
}
</style>
border-color css
<style>
span { border-color: #158B52; }
span { border-color: rgb(21,139,82); }
td.TdClassName
{
border-color: #158B52;
}
.TagClassName
{
border-color: #158B52;
}
</style>