Shades of Salem #159250
Tints of Salem #159250
RGB
CMYK
RGB Variations
Color information
#159250 (or 0x159250) is known color: Salem. HEX triplet: 15, 92 and 50. RGB value is (21,146,80). Sum of RGB (Red+Green+Blue) = 21+146+80=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #159250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159250 is #EA6DAF. Grayscale: #656565. Windows color (decimal): -15363504 or 5280277. OLE color: 5280277.
HSL color Cylindrical-coordinate representation of color #159250: hue angle of 148.32º 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 #159250 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 146 | 80 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.43 |
| HSL | 148.32º | 0.75% | 0.33% | - |
| HSV(B) | 148.32º | 0.86% | 0.57% | - |
| XYZ | 12.04 | 21.3 | 11.07 | - |
| YUV | 101.1 | 116.09 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 80 | 0.86 | 0 | 0.45 | 0.43 | 148.32 | 0.75 | 0.33 |
| Hex | 15 | 92 | 50 | 56 | 0 | 2D | 2B | 94 | 4B | 21 |
| Octal | 25 | 222 | 120 | 126 | 0 | 55 | 53 | 224 | 113 | 41 |
| Binary | 10101 | 10010010 | 1010000 | 1010110 | 0 | 101101 | 101011 | 10010100 | 1001011 | 100001 |
Color Harmonies of #159250
Complementary color
Monochromatic Colors of #159250
Black with #159250
Text Example
Text Example
White with #159250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159250; }
p { color: rgb(21,146,80); }
H1.HeaderClassName
{
color: #159250;
}
.AnyTagClassName
{
color: #159250;
}
</style>
background-color css
<style>
a { background-color: #159250; }
a { background-color: rgb(21,146,80); }
div.DivClassName
{
background-color: #159250;
}
.BgClassName
{
background-color: #159250;
}
</style>
border-color css
<style>
span { border-color: #159250; }
span { border-color: rgb(21,146,80); }
td.TdClassName
{
border-color: #159250;
}
.TagClassName
{
border-color: #159250;
}
</style>