Shades of Salem #109150
Tints of Salem #109150
RGB
CMYK
RGB Variations
Color information
#109150 (or 0x109150) is known color: Salem. HEX triplet: 10, 91 and 50. RGB value is (16,145,80). Sum of RGB (Red+Green+Blue) = 16+145+80=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #109150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109150 is #EF6EAF. Grayscale: #636363. Windows color (decimal): -15691440 or 5280016. OLE color: 5280016.
HSL color Cylindrical-coordinate representation of color #109150: hue angle of 149.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109150 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 145 | 80 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.43 |
| HSL | 149.77º | 0.8% | 0.32% | - |
| HSV(B) | 149.77º | 0.89% | 0.57% | - |
| XYZ | 11.79 | 20.94 | 11.01 | - |
| YUV | 99.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 80 | 0.89 | 0 | 0.45 | 0.43 | 149.77 | 0.8 | 0.32 |
| Hex | 10 | 91 | 50 | 59 | 0 | 2D | 2B | 96 | 50 | 20 |
| Octal | 20 | 221 | 120 | 131 | 0 | 55 | 53 | 226 | 120 | 40 |
| Binary | 10000 | 10010001 | 1010000 | 1011001 | 0 | 101101 | 101011 | 10010110 | 1010000 | 100000 |
Color Harmonies of #109150
Complementary color
Monochromatic Colors of #109150
Black with #109150
Text Example
Text Example
White with #109150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109150; }
p { color: rgb(16,145,80); }
H1.HeaderClassName
{
color: #109150;
}
.AnyTagClassName
{
color: #109150;
}
</style>
background-color css
<style>
a { background-color: #109150; }
a { background-color: rgb(16,145,80); }
div.DivClassName
{
background-color: #109150;
}
.BgClassName
{
background-color: #109150;
}
</style>
border-color css
<style>
span { border-color: #109150; }
span { border-color: rgb(16,145,80); }
td.TdClassName
{
border-color: #109150;
}
.TagClassName
{
border-color: #109150;
}
</style>