Shades of Salem #158B3F
Tints of Salem #158B3F
RGB
CMYK
RGB Variations
Color information
#158B3F (or 0x158B3F) is known color: Salem. HEX triplet: 15, 8B and 3F. RGB value is (21,139,63). Sum of RGB (Red+Green+Blue) = 21+139+63=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #158B3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158B3F is #EA74C0. Grayscale: #5F5F5F. Windows color (decimal): -15365313 or 4164373. OLE color: 4164373.
HSL color Cylindrical-coordinate representation of color #158B3F: hue angle of 141.36º 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 #158B3F is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 63 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.45 |
| HSL | 141.36º | 0.74% | 0.31% | - |
| HSV(B) | 141.36º | 0.85% | 0.55% | - |
| XYZ | 10.44 | 18.98 | 7.82 | - |
| YUV | 95.05 | 109.91 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 63 | 0.85 | 0 | 0.55 | 0.45 | 141.36 | 0.74 | 0.31 |
| Hex | 15 | 8B | 3F | 55 | 0 | 37 | 2D | 8D | 4A | 1F |
| Octal | 25 | 213 | 77 | 125 | 0 | 67 | 55 | 215 | 112 | 37 |
| Binary | 10101 | 10001011 | 111111 | 1010101 | 0 | 110111 | 101101 | 10001101 | 1001010 | 11111 |
Color Harmonies of #158B3F
Complementary color
Monochromatic Colors of #158B3F
Black with #158B3F
Text Example
Text Example
White with #158B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B3F; }
p { color: rgb(21,139,63); }
H1.HeaderClassName
{
color: #158B3F;
}
.AnyTagClassName
{
color: #158B3F;
}
</style>
background-color css
<style>
a { background-color: #158B3F; }
a { background-color: rgb(21,139,63); }
div.DivClassName
{
background-color: #158B3F;
}
.BgClassName
{
background-color: #158B3F;
}
</style>
border-color css
<style>
span { border-color: #158B3F; }
span { border-color: rgb(21,139,63); }
td.TdClassName
{
border-color: #158B3F;
}
.TagClassName
{
border-color: #158B3F;
}
</style>