Shades of Salem #158155
Tints of Salem #158155
RGB
CMYK
RGB Variations
Color information
#158155 (or 0x158155) is known color: Salem. HEX triplet: 15, 81 and 55. RGB value is (21,129,85). Sum of RGB (Red+Green+Blue) = 21+129+85=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #158155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158155 is #EA7EAA. Grayscale: #5B5B5B. Windows color (decimal): -15367851 or 5603605. OLE color: 5603605.
HSL color Cylindrical-coordinate representation of color #158155: hue angle of 155.56º 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 #158155 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 129 | 85 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.49 |
| HSL | 155.56º | 0.72% | 0.29% | - |
| HSV(B) | 155.56º | 0.84% | 0.51% | - |
| XYZ | 9.8 | 16.52 | 11.27 | - |
| YUV | 91.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 85 | 0.84 | 0 | 0.34 | 0.49 | 155.56 | 0.72 | 0.29 |
| Hex | 15 | 81 | 55 | 54 | 0 | 22 | 31 | 9C | 48 | 1D |
| Octal | 25 | 201 | 125 | 124 | 0 | 42 | 61 | 234 | 110 | 35 |
| Binary | 10101 | 10000001 | 1010101 | 1010100 | 0 | 100010 | 110001 | 10011100 | 1001000 | 11101 |
Color Harmonies of #158155
Complementary color
Monochromatic Colors of #158155
Black with #158155
Text Example
Text Example
White with #158155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158155; }
p { color: rgb(21,129,85); }
H1.HeaderClassName
{
color: #158155;
}
.AnyTagClassName
{
color: #158155;
}
</style>
background-color css
<style>
a { background-color: #158155; }
a { background-color: rgb(21,129,85); }
div.DivClassName
{
background-color: #158155;
}
.BgClassName
{
background-color: #158155;
}
</style>
border-color css
<style>
span { border-color: #158155; }
span { border-color: rgb(21,129,85); }
td.TdClassName
{
border-color: #158155;
}
.TagClassName
{
border-color: #158155;
}
</style>