Shades of Salem #158B54
Tints of Salem #158B54
RGB
CMYK
RGB Variations
Color information
#158B54 (or 0x158B54) is known color: Salem. HEX triplet: 15, 8B and 54. RGB value is (21,139,84). Sum of RGB (Red+Green+Blue) = 21+139+84=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #158B54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B54 is #EA74AB. Grayscale: #616161. Windows color (decimal): -15365292 or 5540629. OLE color: 5540629.
HSL color Cylindrical-coordinate representation of color #158B54: hue angle of 152.03º 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 #158B54 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 84 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.45 |
| HSL | 152.03º | 0.74% | 0.31% | - |
| HSV(B) | 152.03º | 0.85% | 0.55% | - |
| XYZ | 11.14 | 19.26 | 11.52 | - |
| YUV | 97.45 | 120.41 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 84 | 0.85 | 0 | 0.40 | 0.45 | 152.03 | 0.74 | 0.31 |
| Hex | 15 | 8B | 54 | 55 | 0 | 28 | 2D | 98 | 4A | 1F |
| Octal | 25 | 213 | 124 | 125 | 0 | 50 | 55 | 230 | 112 | 37 |
| Binary | 10101 | 10001011 | 1010100 | 1010101 | 0 | 101000 | 101101 | 10011000 | 1001010 | 11111 |
Color Harmonies of #158B54
Complementary color
Monochromatic Colors of #158B54
Black with #158B54
Text Example
Text Example
White with #158B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B54; }
p { color: rgb(21,139,84); }
H1.HeaderClassName
{
color: #158B54;
}
.AnyTagClassName
{
color: #158B54;
}
</style>
background-color css
<style>
a { background-color: #158B54; }
a { background-color: rgb(21,139,84); }
div.DivClassName
{
background-color: #158B54;
}
.BgClassName
{
background-color: #158B54;
}
</style>
border-color css
<style>
span { border-color: #158B54; }
span { border-color: rgb(21,139,84); }
td.TdClassName
{
border-color: #158B54;
}
.TagClassName
{
border-color: #158B54;
}
</style>