Shades of Salem #158154
Tints of Salem #158154
RGB
CMYK
RGB Variations
Color information
#158154 (or 0x158154) is known color: Salem. HEX triplet: 15, 81 and 54. RGB value is (21,129,84). Sum of RGB (Red+Green+Blue) = 21+129+84=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #158154 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158154 is #EA7EAB. Grayscale: #5B5B5B. Windows color (decimal): -15367852 or 5538069. OLE color: 5538069.
HSL color Cylindrical-coordinate representation of color #158154: hue angle of 155º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158154 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 129 | 84 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.49 |
| HSL | 155º | 0.72% | 0.29% | - |
| HSV(B) | 155º | 0.84% | 0.51% | - |
| XYZ | 9.76 | 16.5 | 11.06 | - |
| YUV | 91.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 84 | 0.84 | 0 | 0.35 | 0.49 | 155 | 0.72 | 0.29 |
| Hex | 15 | 81 | 54 | 54 | 0 | 23 | 31 | 9B | 48 | 1D |
| Octal | 25 | 201 | 124 | 124 | 0 | 43 | 61 | 233 | 110 | 35 |
| Binary | 10101 | 10000001 | 1010100 | 1010100 | 0 | 100011 | 110001 | 10011011 | 1001000 | 11101 |
Color Harmonies of #158154
Complementary color
Monochromatic Colors of #158154
Black with #158154
Text Example
Text Example
White with #158154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158154; }
p { color: rgb(21,129,84); }
H1.HeaderClassName
{
color: #158154;
}
.AnyTagClassName
{
color: #158154;
}
</style>
background-color css
<style>
a { background-color: #158154; }
a { background-color: rgb(21,129,84); }
div.DivClassName
{
background-color: #158154;
}
.BgClassName
{
background-color: #158154;
}
</style>
border-color css
<style>
span { border-color: #158154; }
span { border-color: rgb(21,129,84); }
td.TdClassName
{
border-color: #158154;
}
.TagClassName
{
border-color: #158154;
}
</style>