Shades of Salem #159242
Tints of Salem #159242
RGB
CMYK
RGB Variations
Color information
#159242 (or 0x159242) is known color: Salem. HEX triplet: 15, 92 and 42. RGB value is (21,146,66). Sum of RGB (Red+Green+Blue) = 21+146+66=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #159242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159242 is #EA6DBD. Grayscale: #636363. Windows color (decimal): -15363518 or 4362773. OLE color: 4362773.
HSL color Cylindrical-coordinate representation of color #159242: hue angle of 141.6º 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 #159242 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 146 | 66 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.43 |
| HSL | 141.6º | 0.75% | 0.33% | - |
| HSV(B) | 141.6º | 0.86% | 0.57% | - |
| XYZ | 11.57 | 21.11 | 8.62 | - |
| YUV | 99.51 | 109.09 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 66 | 0.86 | 0 | 0.55 | 0.43 | 141.6 | 0.75 | 0.33 |
| Hex | 15 | 92 | 42 | 56 | 0 | 37 | 2B | 8E | 4B | 21 |
| Octal | 25 | 222 | 102 | 126 | 0 | 67 | 53 | 216 | 113 | 41 |
| Binary | 10101 | 10010010 | 1000010 | 1010110 | 0 | 110111 | 101011 | 10001110 | 1001011 | 100001 |
Color Harmonies of #159242
Complementary color
Monochromatic Colors of #159242
Black with #159242
Text Example
Text Example
White with #159242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159242; }
p { color: rgb(21,146,66); }
H1.HeaderClassName
{
color: #159242;
}
.AnyTagClassName
{
color: #159242;
}
</style>
background-color css
<style>
a { background-color: #159242; }
a { background-color: rgb(21,146,66); }
div.DivClassName
{
background-color: #159242;
}
.BgClassName
{
background-color: #159242;
}
</style>
border-color css
<style>
span { border-color: #159242; }
span { border-color: rgb(21,146,66); }
td.TdClassName
{
border-color: #159242;
}
.TagClassName
{
border-color: #159242;
}
</style>