Shades of Salem #159143
Tints of Salem #159143
RGB
CMYK
RGB Variations
Color information
#159143 (or 0x159143) is known color: Salem. HEX triplet: 15, 91 and 43. RGB value is (21,145,67). Sum of RGB (Red+Green+Blue) = 21+145+67=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #159143 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159143 is #EA6EBC. Grayscale: #636363. Windows color (decimal): -15363773 or 4428053. OLE color: 4428053.
HSL color Cylindrical-coordinate representation of color #159143: hue angle of 142.26º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159143 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 145 | 67 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.43 |
| HSL | 142.26º | 0.75% | 0.33% | - |
| HSV(B) | 142.26º | 0.86% | 0.57% | - |
| XYZ | 11.45 | 20.82 | 8.72 | - |
| YUV | 99.03 | 109.92 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 67 | 0.86 | 0 | 0.54 | 0.43 | 142.26 | 0.75 | 0.33 |
| Hex | 15 | 91 | 43 | 56 | 0 | 36 | 2B | 8E | 4B | 21 |
| Octal | 25 | 221 | 103 | 126 | 0 | 66 | 53 | 216 | 113 | 41 |
| Binary | 10101 | 10010001 | 1000011 | 1010110 | 0 | 110110 | 101011 | 10001110 | 1001011 | 100001 |
Color Harmonies of #159143
Complementary color
Monochromatic Colors of #159143
Black with #159143
Text Example
Text Example
White with #159143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159143; }
p { color: rgb(21,145,67); }
H1.HeaderClassName
{
color: #159143;
}
.AnyTagClassName
{
color: #159143;
}
</style>
background-color css
<style>
a { background-color: #159143; }
a { background-color: rgb(21,145,67); }
div.DivClassName
{
background-color: #159143;
}
.BgClassName
{
background-color: #159143;
}
</style>
border-color css
<style>
span { border-color: #159143; }
span { border-color: rgb(21,145,67); }
td.TdClassName
{
border-color: #159143;
}
.TagClassName
{
border-color: #159143;
}
</style>