Shades of Salem #109249
Tints of Salem #109249
RGB
CMYK
RGB Variations
Color information
#109249 (or 0x109249) is known color: Salem. HEX triplet: 10, 92 and 49. RGB value is (16,146,73). Sum of RGB (Red+Green+Blue) = 16+146+73=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #109249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109249 is #EF6DB6. Grayscale: #626262. Windows color (decimal): -15691191 or 4821520. OLE color: 4821520.
HSL color Cylindrical-coordinate representation of color #109249: hue angle of 146.31º 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 #109249 is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 146 | 73 | - |
| CMYK | 0.89 | 0 | 0.5 | 0.43 |
| HSL | 146.31º | 0.8% | 0.32% | - |
| HSV(B) | 146.31º | 0.89% | 0.57% | - |
| XYZ | 11.7 | 21.15 | 9.77 | - |
| YUV | 98.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 73 | 0.89 | 0 | 0.5 | 0.43 | 146.31 | 0.8 | 0.32 |
| Hex | 10 | 92 | 49 | 59 | 0 | 32 | 2B | 92 | 50 | 20 |
| Octal | 20 | 222 | 111 | 131 | 0 | 62 | 53 | 222 | 120 | 40 |
| Binary | 10000 | 10010010 | 1001001 | 1011001 | 0 | 110010 | 101011 | 10010010 | 1010000 | 100000 |
Color Harmonies of #109249
Complementary color
Monochromatic Colors of #109249
Black with #109249
Text Example
Text Example
White with #109249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109249; }
p { color: rgb(16,146,73); }
H1.HeaderClassName
{
color: #109249;
}
.AnyTagClassName
{
color: #109249;
}
</style>
background-color css
<style>
a { background-color: #109249; }
a { background-color: rgb(16,146,73); }
div.DivClassName
{
background-color: #109249;
}
.BgClassName
{
background-color: #109249;
}
</style>
border-color css
<style>
span { border-color: #109249; }
span { border-color: rgb(16,146,73); }
td.TdClassName
{
border-color: #109249;
}
.TagClassName
{
border-color: #109249;
}
</style>