Shades of Salem #158F39
Tints of Salem #158F39
RGB
CMYK
RGB Variations
Color information
#158F39 (or 0x158F39) is known color: Salem. HEX triplet: 15, 8F and 39. RGB value is (21,143,57). Sum of RGB (Red+Green+Blue) = 21+143+57=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #158F39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158F39 is #EA70C6. Grayscale: #606060. Windows color (decimal): -15364295 or 3772181. OLE color: 3772181.
HSL color Cylindrical-coordinate representation of color #158F39: hue angle of 137.7º 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 #158F39 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 143 | 57 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.44 |
| HSL | 137.7º | 0.74% | 0.32% | - |
| HSV(B) | 137.7º | 0.85% | 0.56% | - |
| XYZ | 10.87 | 20.1 | 7.18 | - |
| YUV | 96.72 | 105.58 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 57 | 0.85 | 0 | 0.60 | 0.44 | 137.7 | 0.74 | 0.32 |
| Hex | 15 | 8F | 39 | 55 | 0 | 3C | 2C | 8A | 4A | 20 |
| Octal | 25 | 217 | 71 | 125 | 0 | 74 | 54 | 212 | 112 | 40 |
| Binary | 10101 | 10001111 | 111001 | 1010101 | 0 | 111100 | 101100 | 10001010 | 1001010 | 100000 |
Color Harmonies of #158F39
Complementary color
Monochromatic Colors of #158F39
Black with #158F39
Text Example
Text Example
White with #158F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158F39; }
p { color: rgb(21,143,57); }
H1.HeaderClassName
{
color: #158F39;
}
.AnyTagClassName
{
color: #158F39;
}
</style>
background-color css
<style>
a { background-color: #158F39; }
a { background-color: rgb(21,143,57); }
div.DivClassName
{
background-color: #158F39;
}
.BgClassName
{
background-color: #158F39;
}
</style>
border-color css
<style>
span { border-color: #158F39; }
span { border-color: rgb(21,143,57); }
td.TdClassName
{
border-color: #158F39;
}
.TagClassName
{
border-color: #158F39;
}
</style>