Shades of Salem #158C48
Tints of Salem #158C48
RGB
CMYK
RGB Variations
Color information
#158C48 (or 0x158C48) is known color: Salem. HEX triplet: 15, 8C and 48. RGB value is (21,140,72). Sum of RGB (Red+Green+Blue) = 21+140+72=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 140 (55.08% from 255 or 60.09% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 140 - color contains mainly: green. Hex color #158C48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C48 is #EA73B7. Grayscale: #606060. Windows color (decimal): -15365048 or 4754453. OLE color: 4754453.
HSL color Cylindrical-coordinate representation of color #158C48: hue angle of 145.71º 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 #158C48 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 72 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.45 |
| HSL | 145.71º | 0.74% | 0.32% | - |
| HSV(B) | 145.71º | 0.85% | 0.55% | - |
| XYZ | 10.86 | 19.38 | 9.3 | - |
| YUV | 96.67 | 114.08 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 72 | 0.85 | 0 | 0.49 | 0.45 | 145.71 | 0.74 | 0.32 |
| Hex | 15 | 8C | 48 | 55 | 0 | 31 | 2D | 92 | 4A | 20 |
| Octal | 25 | 214 | 110 | 125 | 0 | 61 | 55 | 222 | 112 | 40 |
| Binary | 10101 | 10001100 | 1001000 | 1010101 | 0 | 110001 | 101101 | 10010010 | 1001010 | 100000 |
Color Harmonies of #158C48
Complementary color
Monochromatic Colors of #158C48
Black with #158C48
Text Example
Text Example
White with #158C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C48; }
p { color: rgb(21,140,72); }
H1.HeaderClassName
{
color: #158C48;
}
.AnyTagClassName
{
color: #158C48;
}
</style>
background-color css
<style>
a { background-color: #158C48; }
a { background-color: rgb(21,140,72); }
div.DivClassName
{
background-color: #158C48;
}
.BgClassName
{
background-color: #158C48;
}
</style>
border-color css
<style>
span { border-color: #158C48; }
span { border-color: rgb(21,140,72); }
td.TdClassName
{
border-color: #158C48;
}
.TagClassName
{
border-color: #158C48;
}
</style>