Shades of Salem #159240
Tints of Salem #159240
RGB
CMYK
RGB Variations
Color information
#159240 (or 0x159240) is known color: Salem. HEX triplet: 15, 92 and 40. RGB value is (21,146,64). Sum of RGB (Red+Green+Blue) = 21+146+64=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #159240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159240 is #EA6DBF. Grayscale: #636363. Windows color (decimal): -15363520 or 4231701. OLE color: 4231701.
HSL color Cylindrical-coordinate representation of color #159240: hue angle of 140.64º 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 #159240 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 146 | 64 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.43 |
| HSL | 140.64º | 0.75% | 0.33% | - |
| HSV(B) | 140.64º | 0.86% | 0.57% | - |
| XYZ | 11.51 | 21.09 | 8.31 | - |
| YUV | 99.28 | 108.09 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 64 | 0.86 | 0 | 0.56 | 0.43 | 140.64 | 0.75 | 0.33 |
| Hex | 15 | 92 | 40 | 56 | 0 | 38 | 2B | 8D | 4B | 21 |
| Octal | 25 | 222 | 100 | 126 | 0 | 70 | 53 | 215 | 113 | 41 |
| Binary | 10101 | 10010010 | 1000000 | 1010110 | 0 | 111000 | 101011 | 10001101 | 1001011 | 100001 |
Color Harmonies of #159240
Complementary color
Monochromatic Colors of #159240
Black with #159240
Text Example
Text Example
White with #159240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159240; }
p { color: rgb(21,146,64); }
H1.HeaderClassName
{
color: #159240;
}
.AnyTagClassName
{
color: #159240;
}
</style>
background-color css
<style>
a { background-color: #159240; }
a { background-color: rgb(21,146,64); }
div.DivClassName
{
background-color: #159240;
}
.BgClassName
{
background-color: #159240;
}
</style>
border-color css
<style>
span { border-color: #159240; }
span { border-color: rgb(21,146,64); }
td.TdClassName
{
border-color: #159240;
}
.TagClassName
{
border-color: #159240;
}
</style>