Shades of Salem #158B49
Tints of Salem #158B49
RGB
CMYK
RGB Variations
Color information
#158B49 (or 0x158B49) is known color: Salem. HEX triplet: 15, 8B and 49. RGB value is (21,139,73). Sum of RGB (Red+Green+Blue) = 21+139+73=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #158B49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158B49 is #EA74B6. Grayscale: #606060. Windows color (decimal): -15365303 or 4819733. OLE color: 4819733.
HSL color Cylindrical-coordinate representation of color #158B49: hue angle of 146.44º 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 #158B49 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 73 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.45 |
| HSL | 146.44º | 0.74% | 0.31% | - |
| HSV(B) | 146.44º | 0.85% | 0.55% | - |
| XYZ | 10.74 | 19.11 | 9.42 | - |
| YUV | 96.19 | 114.91 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 73 | 0.85 | 0 | 0.47 | 0.45 | 146.44 | 0.74 | 0.31 |
| Hex | 15 | 8B | 49 | 55 | 0 | 2F | 2D | 92 | 4A | 1F |
| Octal | 25 | 213 | 111 | 125 | 0 | 57 | 55 | 222 | 112 | 37 |
| Binary | 10101 | 10001011 | 1001001 | 1010101 | 0 | 101111 | 101101 | 10010010 | 1001010 | 11111 |
Color Harmonies of #158B49
Complementary color
Monochromatic Colors of #158B49
Black with #158B49
Text Example
Text Example
White with #158B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B49; }
p { color: rgb(21,139,73); }
H1.HeaderClassName
{
color: #158B49;
}
.AnyTagClassName
{
color: #158B49;
}
</style>
background-color css
<style>
a { background-color: #158B49; }
a { background-color: rgb(21,139,73); }
div.DivClassName
{
background-color: #158B49;
}
.BgClassName
{
background-color: #158B49;
}
</style>
border-color css
<style>
span { border-color: #158B49; }
span { border-color: rgb(21,139,73); }
td.TdClassName
{
border-color: #158B49;
}
.TagClassName
{
border-color: #158B49;
}
</style>