Shades of Salem #159249
Tints of Salem #159249
RGB
CMYK
RGB Variations
Color information
#159249 (or 0x159249) is known color: Salem. HEX triplet: 15, 92 and 49. RGB value is (21,146,73). Sum of RGB (Red+Green+Blue) = 21+146+73=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #159249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159249 is #EA6DB6. Grayscale: #646464. Windows color (decimal): -15363511 or 4821525. OLE color: 4821525.
HSL color Cylindrical-coordinate representation of color #159249: hue angle of 144.96º 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 #159249 is Cyan = 0.86, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 146 | 73 | - |
| CMYK | 0.86 | 0 | 0.5 | 0.43 |
| HSL | 144.96º | 0.75% | 0.33% | - |
| HSV(B) | 144.96º | 0.86% | 0.57% | - |
| XYZ | 11.79 | 21.2 | 9.77 | - |
| YUV | 100.3 | 112.59 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 73 | 0.86 | 0 | 0.5 | 0.43 | 144.96 | 0.75 | 0.33 |
| Hex | 15 | 92 | 49 | 56 | 0 | 32 | 2B | 91 | 4B | 21 |
| Octal | 25 | 222 | 111 | 126 | 0 | 62 | 53 | 221 | 113 | 41 |
| Binary | 10101 | 10010010 | 1001001 | 1010110 | 0 | 110010 | 101011 | 10010001 | 1001011 | 100001 |
Color Harmonies of #159249
Complementary color
Monochromatic Colors of #159249
Black with #159249
Text Example
Text Example
White with #159249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159249; }
p { color: rgb(21,146,73); }
H1.HeaderClassName
{
color: #159249;
}
.AnyTagClassName
{
color: #159249;
}
</style>
background-color css
<style>
a { background-color: #159249; }
a { background-color: rgb(21,146,73); }
div.DivClassName
{
background-color: #159249;
}
.BgClassName
{
background-color: #159249;
}
</style>
border-color css
<style>
span { border-color: #159249; }
span { border-color: rgb(21,146,73); }
td.TdClassName
{
border-color: #159249;
}
.TagClassName
{
border-color: #159249;
}
</style>