Shades of Salem #158842
Tints of Salem #158842
RGB
CMYK
RGB Variations
Color information
#158842 (or 0x158842) is known color: Salem. HEX triplet: 15, 88 and 42. RGB value is (21,136,66). Sum of RGB (Red+Green+Blue) = 21+136+66=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #158842 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158842 is #EA77BD. Grayscale: #5D5D5D. Windows color (decimal): -15366078 or 4360213. OLE color: 4360213.
HSL color Cylindrical-coordinate representation of color #158842: hue angle of 143.48º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158842 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 136 | 66 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.47 |
| HSL | 143.48º | 0.73% | 0.31% | - |
| HSV(B) | 143.48º | 0.85% | 0.53% | - |
| XYZ | 10.1 | 18.16 | 8.13 | - |
| YUV | 93.64 | 112.4 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 66 | 0.85 | 0 | 0.51 | 0.47 | 143.48 | 0.73 | 0.31 |
| Hex | 15 | 88 | 42 | 55 | 0 | 33 | 2F | 8F | 49 | 1F |
| Octal | 25 | 210 | 102 | 125 | 0 | 63 | 57 | 217 | 111 | 37 |
| Binary | 10101 | 10001000 | 1000010 | 1010101 | 0 | 110011 | 101111 | 10001111 | 1001001 | 11111 |
Color Harmonies of #158842
Complementary color
Monochromatic Colors of #158842
Black with #158842
Text Example
Text Example
White with #158842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158842; }
p { color: rgb(21,136,66); }
H1.HeaderClassName
{
color: #158842;
}
.AnyTagClassName
{
color: #158842;
}
</style>
background-color css
<style>
a { background-color: #158842; }
a { background-color: rgb(21,136,66); }
div.DivClassName
{
background-color: #158842;
}
.BgClassName
{
background-color: #158842;
}
</style>
border-color css
<style>
span { border-color: #158842; }
span { border-color: rgb(21,136,66); }
td.TdClassName
{
border-color: #158842;
}
.TagClassName
{
border-color: #158842;
}
</style>