Shades of Salem #158540
Tints of Salem #158540
RGB
CMYK
RGB Variations
Color information
#158540 (or 0x158540) is known color: Salem. HEX triplet: 15, 85 and 40. RGB value is (21,133,64). Sum of RGB (Red+Green+Blue) = 21+133+64=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #158540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158540 is #EA7ABF. Grayscale: #5B5B5B. Windows color (decimal): -15366848 or 4228373. OLE color: 4228373.
HSL color Cylindrical-coordinate representation of color #158540: hue angle of 143.04º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158540 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 133 | 64 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.48 |
| HSL | 143.04º | 0.73% | 0.3% | - |
| HSV(B) | 143.04º | 0.84% | 0.52% | - |
| XYZ | 9.62 | 17.3 | 7.68 | - |
| YUV | 91.65 | 112.39 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 64 | 0.84 | 0 | 0.52 | 0.48 | 143.04 | 0.73 | 0.3 |
| Hex | 15 | 85 | 40 | 54 | 0 | 34 | 30 | 8F | 49 | 1E |
| Octal | 25 | 205 | 100 | 124 | 0 | 64 | 60 | 217 | 111 | 36 |
| Binary | 10101 | 10000101 | 1000000 | 1010100 | 0 | 110100 | 110000 | 10001111 | 1001001 | 11110 |
Color Harmonies of #158540
Complementary color
Monochromatic Colors of #158540
Black with #158540
Text Example
Text Example
White with #158540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158540; }
p { color: rgb(21,133,64); }
H1.HeaderClassName
{
color: #158540;
}
.AnyTagClassName
{
color: #158540;
}
</style>
background-color css
<style>
a { background-color: #158540; }
a { background-color: rgb(21,133,64); }
div.DivClassName
{
background-color: #158540;
}
.BgClassName
{
background-color: #158540;
}
</style>
border-color css
<style>
span { border-color: #158540; }
span { border-color: rgb(21,133,64); }
td.TdClassName
{
border-color: #158540;
}
.TagClassName
{
border-color: #158540;
}
</style>