Shades of Salem #159245
Tints of Salem #159245
RGB
CMYK
RGB Variations
Color information
#159245 (or 0x159245) is known color: Salem. HEX triplet: 15, 92 and 45. RGB value is (21,146,69). Sum of RGB (Red+Green+Blue) = 21+146+69=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #159245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159245 is #EA6DBA. Grayscale: #646464. Windows color (decimal): -15363515 or 4559381. OLE color: 4559381.
HSL color Cylindrical-coordinate representation of color #159245: hue angle of 143.04º 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 #159245 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 146 | 69 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.43 |
| HSL | 143.04º | 0.75% | 0.33% | - |
| HSV(B) | 143.04º | 0.86% | 0.57% | - |
| XYZ | 11.66 | 21.15 | 9.1 | - |
| YUV | 99.85 | 110.59 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 69 | 0.86 | 0 | 0.53 | 0.43 | 143.04 | 0.75 | 0.33 |
| Hex | 15 | 92 | 45 | 56 | 0 | 35 | 2B | 8F | 4B | 21 |
| Octal | 25 | 222 | 105 | 126 | 0 | 65 | 53 | 217 | 113 | 41 |
| Binary | 10101 | 10010010 | 1000101 | 1010110 | 0 | 110101 | 101011 | 10001111 | 1001011 | 100001 |
Color Harmonies of #159245
Complementary color
Monochromatic Colors of #159245
Black with #159245
Text Example
Text Example
White with #159245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159245; }
p { color: rgb(21,146,69); }
H1.HeaderClassName
{
color: #159245;
}
.AnyTagClassName
{
color: #159245;
}
</style>
background-color css
<style>
a { background-color: #159245; }
a { background-color: rgb(21,146,69); }
div.DivClassName
{
background-color: #159245;
}
.BgClassName
{
background-color: #159245;
}
</style>
border-color css
<style>
span { border-color: #159245; }
span { border-color: rgb(21,146,69); }
td.TdClassName
{
border-color: #159245;
}
.TagClassName
{
border-color: #159245;
}
</style>