Shades of Salem #158B40
Tints of Salem #158B40
RGB
CMYK
RGB Variations
Color information
#158B40 (or 0x158B40) is known color: Salem. HEX triplet: 15, 8B and 40. RGB value is (21,139,64). Sum of RGB (Red+Green+Blue) = 21+139+64=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 139 (54.69% from 255 or 62.05% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 139 - color contains mainly: green. Hex color #158B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158B40 is #EA74BF. Grayscale: #5F5F5F. Windows color (decimal): -15365312 or 4229909. OLE color: 4229909.
HSL color Cylindrical-coordinate representation of color #158B40: hue angle of 141.86º 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 #158B40 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 64 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.45 |
| HSL | 141.86º | 0.74% | 0.31% | - |
| HSV(B) | 141.86º | 0.85% | 0.55% | - |
| XYZ | 10.47 | 18.99 | 7.97 | - |
| YUV | 95.17 | 110.41 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 64 | 0.85 | 0 | 0.54 | 0.45 | 141.86 | 0.74 | 0.31 |
| Hex | 15 | 8B | 40 | 55 | 0 | 36 | 2D | 8E | 4A | 1F |
| Octal | 25 | 213 | 100 | 125 | 0 | 66 | 55 | 216 | 112 | 37 |
| Binary | 10101 | 10001011 | 1000000 | 1010101 | 0 | 110110 | 101101 | 10001110 | 1001010 | 11111 |
Color Harmonies of #158B40
Complementary color
Monochromatic Colors of #158B40
Black with #158B40
Text Example
Text Example
White with #158B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B40; }
p { color: rgb(21,139,64); }
H1.HeaderClassName
{
color: #158B40;
}
.AnyTagClassName
{
color: #158B40;
}
</style>
background-color css
<style>
a { background-color: #158B40; }
a { background-color: rgb(21,139,64); }
div.DivClassName
{
background-color: #158B40;
}
.BgClassName
{
background-color: #158B40;
}
</style>
border-color css
<style>
span { border-color: #158B40; }
span { border-color: rgb(21,139,64); }
td.TdClassName
{
border-color: #158B40;
}
.TagClassName
{
border-color: #158B40;
}
</style>