Shades of Salem #158242
Tints of Salem #158242
RGB
CMYK
RGB Variations
Color information
#158242 (or 0x158242) is known color: Salem. HEX triplet: 15, 82 and 42. RGB value is (21,130,66). Sum of RGB (Red+Green+Blue) = 21+130+66=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #158242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158242 is #EA7DBD. Grayscale: #5A5A5A. Windows color (decimal): -15367614 or 4358677. OLE color: 4358677.
HSL color Cylindrical-coordinate representation of color #158242: hue angle of 144.77º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158242 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 66 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.49 |
| HSL | 144.77º | 0.72% | 0.3% | - |
| HSV(B) | 144.77º | 0.84% | 0.51% | - |
| XYZ | 9.28 | 16.52 | 7.85 | - |
| YUV | 90.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 66 | 0.84 | 0 | 0.49 | 0.49 | 144.77 | 0.72 | 0.3 |
| Hex | 15 | 82 | 42 | 54 | 0 | 31 | 31 | 91 | 48 | 1E |
| Octal | 25 | 202 | 102 | 124 | 0 | 61 | 61 | 221 | 110 | 36 |
| Binary | 10101 | 10000010 | 1000010 | 1010100 | 0 | 110001 | 110001 | 10010001 | 1001000 | 11110 |
Color Harmonies of #158242
Complementary color
Monochromatic Colors of #158242
Black with #158242
Text Example
Text Example
White with #158242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158242; }
p { color: rgb(21,130,66); }
H1.HeaderClassName
{
color: #158242;
}
.AnyTagClassName
{
color: #158242;
}
</style>
background-color css
<style>
a { background-color: #158242; }
a { background-color: rgb(21,130,66); }
div.DivClassName
{
background-color: #158242;
}
.BgClassName
{
background-color: #158242;
}
</style>
border-color css
<style>
span { border-color: #158242; }
span { border-color: rgb(21,130,66); }
td.TdClassName
{
border-color: #158242;
}
.TagClassName
{
border-color: #158242;
}
</style>