Shades of Salem #158F47
Tints of Salem #158F47
RGB
CMYK
RGB Variations
Color information
#158F47 (or 0x158F47) is known color: Salem. HEX triplet: 15, 8F and 47. RGB value is (21,143,71). Sum of RGB (Red+Green+Blue) = 21+143+71=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 143 (56.25% from 255 or 60.85% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 143 - color contains mainly: green. Hex color #158F47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158F47 is #EA70B8. Grayscale: #626262. Windows color (decimal): -15364281 or 4689685. OLE color: 4689685.
HSL color Cylindrical-coordinate representation of color #158F47: hue angle of 144.59º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158F47 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 143 | 71 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.44 |
| HSL | 144.59º | 0.74% | 0.32% | - |
| HSV(B) | 144.59º | 0.85% | 0.56% | - |
| XYZ | 11.27 | 20.26 | 9.28 | - |
| YUV | 98.31 | 112.58 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 71 | 0.85 | 0 | 0.50 | 0.44 | 144.59 | 0.74 | 0.32 |
| Hex | 15 | 8F | 47 | 55 | 0 | 32 | 2C | 91 | 4A | 20 |
| Octal | 25 | 217 | 107 | 125 | 0 | 62 | 54 | 221 | 112 | 40 |
| Binary | 10101 | 10001111 | 1000111 | 1010101 | 0 | 110010 | 101100 | 10010001 | 1001010 | 100000 |
Color Harmonies of #158F47
Complementary color
Monochromatic Colors of #158F47
Black with #158F47
Text Example
Text Example
White with #158F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158F47; }
p { color: rgb(21,143,71); }
H1.HeaderClassName
{
color: #158F47;
}
.AnyTagClassName
{
color: #158F47;
}
</style>
background-color css
<style>
a { background-color: #158F47; }
a { background-color: rgb(21,143,71); }
div.DivClassName
{
background-color: #158F47;
}
.BgClassName
{
background-color: #158F47;
}
</style>
border-color css
<style>
span { border-color: #158F47; }
span { border-color: rgb(21,143,71); }
td.TdClassName
{
border-color: #158F47;
}
.TagClassName
{
border-color: #158F47;
}
</style>