Shades of Salem #158642
Tints of Salem #158642
RGB
CMYK
RGB Variations
Color information
#158642 (or 0x158642) is known color: Salem. HEX triplet: 15, 86 and 42. RGB value is (21,134,66). Sum of RGB (Red+Green+Blue) = 21+134+66=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #158642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158642 is #EA79BD. Grayscale: #5C5C5C. Windows color (decimal): -15366590 or 4359701. OLE color: 4359701.
HSL color Cylindrical-coordinate representation of color #158642: hue angle of 143.89º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158642 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 134 | 66 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.47 |
| HSL | 143.89º | 0.73% | 0.3% | - |
| HSV(B) | 143.89º | 0.84% | 0.53% | - |
| XYZ | 9.82 | 17.6 | 8.03 | - |
| YUV | 92.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 66 | 0.84 | 0 | 0.51 | 0.47 | 143.89 | 0.73 | 0.3 |
| Hex | 15 | 86 | 42 | 54 | 0 | 33 | 2F | 90 | 49 | 1E |
| Octal | 25 | 206 | 102 | 124 | 0 | 63 | 57 | 220 | 111 | 36 |
| Binary | 10101 | 10000110 | 1000010 | 1010100 | 0 | 110011 | 101111 | 10010000 | 1001001 | 11110 |
Color Harmonies of #158642
Complementary color
Monochromatic Colors of #158642
Black with #158642
Text Example
Text Example
White with #158642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158642; }
p { color: rgb(21,134,66); }
H1.HeaderClassName
{
color: #158642;
}
.AnyTagClassName
{
color: #158642;
}
</style>
background-color css
<style>
a { background-color: #158642; }
a { background-color: rgb(21,134,66); }
div.DivClassName
{
background-color: #158642;
}
.BgClassName
{
background-color: #158642;
}
</style>
border-color css
<style>
span { border-color: #158642; }
span { border-color: rgb(21,134,66); }
td.TdClassName
{
border-color: #158642;
}
.TagClassName
{
border-color: #158642;
}
</style>