Shades of Salem #159241
Tints of Salem #159241
RGB
CMYK
RGB Variations
Color information
#159241 (or 0x159241) is known color: Salem. HEX triplet: 15, 92 and 41. RGB value is (21,146,65). Sum of RGB (Red+Green+Blue) = 21+146+65=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #159241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159241 is #EA6DBE. Grayscale: #636363. Windows color (decimal): -15363519 or 4297237. OLE color: 4297237.
HSL color Cylindrical-coordinate representation of color #159241: hue angle of 141.12º 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 #159241 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 146 | 65 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.43 |
| HSL | 141.12º | 0.75% | 0.33% | - |
| HSV(B) | 141.12º | 0.86% | 0.57% | - |
| XYZ | 11.54 | 21.1 | 8.47 | - |
| YUV | 99.39 | 108.59 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 65 | 0.86 | 0 | 0.55 | 0.43 | 141.12 | 0.75 | 0.33 |
| Hex | 15 | 92 | 41 | 56 | 0 | 37 | 2B | 8D | 4B | 21 |
| Octal | 25 | 222 | 101 | 126 | 0 | 67 | 53 | 215 | 113 | 41 |
| Binary | 10101 | 10010010 | 1000001 | 1010110 | 0 | 110111 | 101011 | 10001101 | 1001011 | 100001 |
Color Harmonies of #159241
Complementary color
Monochromatic Colors of #159241
Black with #159241
Text Example
Text Example
White with #159241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159241; }
p { color: rgb(21,146,65); }
H1.HeaderClassName
{
color: #159241;
}
.AnyTagClassName
{
color: #159241;
}
</style>
background-color css
<style>
a { background-color: #159241; }
a { background-color: rgb(21,146,65); }
div.DivClassName
{
background-color: #159241;
}
.BgClassName
{
background-color: #159241;
}
</style>
border-color css
<style>
span { border-color: #159241; }
span { border-color: rgb(21,146,65); }
td.TdClassName
{
border-color: #159241;
}
.TagClassName
{
border-color: #159241;
}
</style>