Shades of Salem #158C47
Tints of Salem #158C47
RGB
CMYK
RGB Variations
Color information
#158C47 (or 0x158C47) is known color: Salem. HEX triplet: 15, 8C and 47. RGB value is (21,140,71). Sum of RGB (Red+Green+Blue) = 21+140+71=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 140 (55.08% from 255 or 60.34% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 140 - color contains mainly: green. Hex color #158C47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C47 is #EA73B8. Grayscale: #606060. Windows color (decimal): -15365049 or 4688917. OLE color: 4688917.
HSL color Cylindrical-coordinate representation of color #158C47: hue angle of 145.21º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C47 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 71 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.45 |
| HSL | 145.21º | 0.74% | 0.32% | - |
| HSV(B) | 145.21º | 0.85% | 0.55% | - |
| XYZ | 10.82 | 19.37 | 9.13 | - |
| YUV | 96.55 | 113.58 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 71 | 0.85 | 0 | 0.49 | 0.45 | 145.21 | 0.74 | 0.32 |
| Hex | 15 | 8C | 47 | 55 | 0 | 31 | 2D | 91 | 4A | 20 |
| Octal | 25 | 214 | 107 | 125 | 0 | 61 | 55 | 221 | 112 | 40 |
| Binary | 10101 | 10001100 | 1000111 | 1010101 | 0 | 110001 | 101101 | 10010001 | 1001010 | 100000 |
Color Harmonies of #158C47
Complementary color
Monochromatic Colors of #158C47
Black with #158C47
Text Example
Text Example
White with #158C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C47; }
p { color: rgb(21,140,71); }
H1.HeaderClassName
{
color: #158C47;
}
.AnyTagClassName
{
color: #158C47;
}
</style>
background-color css
<style>
a { background-color: #158C47; }
a { background-color: rgb(21,140,71); }
div.DivClassName
{
background-color: #158C47;
}
.BgClassName
{
background-color: #158C47;
}
</style>
border-color css
<style>
span { border-color: #158C47; }
span { border-color: rgb(21,140,71); }
td.TdClassName
{
border-color: #158C47;
}
.TagClassName
{
border-color: #158C47;
}
</style>