Shades of Salem #159059
Tints of Salem #159059
RGB
CMYK
RGB Variations
Color information
#159059 (or 0x159059) is known color: Salem. HEX triplet: 15, 90 and 59. RGB value is (21,144,89). Sum of RGB (Red+Green+Blue) = 21+144+89=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #159059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159059 is #EA6FA6. Grayscale: #656565. Windows color (decimal): -15364007 or 5869589. OLE color: 5869589.
HSL color Cylindrical-coordinate representation of color #159059: hue angle of 153.17º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #159059 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 89 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.44 |
| HSL | 153.17º | 0.75% | 0.32% | - |
| HSV(B) | 153.17º | 0.85% | 0.56% | - |
| XYZ | 12.09 | 20.83 | 12.83 | - |
| YUV | 100.95 | 121.25 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 89 | 0.85 | 0 | 0.38 | 0.44 | 153.17 | 0.75 | 0.32 |
| Hex | 15 | 90 | 59 | 55 | 0 | 26 | 2C | 99 | 4B | 20 |
| Octal | 25 | 220 | 131 | 125 | 0 | 46 | 54 | 231 | 113 | 40 |
| Binary | 10101 | 10010000 | 1011001 | 1010101 | 0 | 100110 | 101100 | 10011001 | 1001011 | 100000 |
Color Harmonies of #159059
Complementary color
Monochromatic Colors of #159059
Black with #159059
Text Example
Text Example
White with #159059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159059; }
p { color: rgb(21,144,89); }
H1.HeaderClassName
{
color: #159059;
}
.AnyTagClassName
{
color: #159059;
}
</style>
background-color css
<style>
a { background-color: #159059; }
a { background-color: rgb(21,144,89); }
div.DivClassName
{
background-color: #159059;
}
.BgClassName
{
background-color: #159059;
}
</style>
border-color css
<style>
span { border-color: #159059; }
span { border-color: rgb(21,144,89); }
td.TdClassName
{
border-color: #159059;
}
.TagClassName
{
border-color: #159059;
}
</style>