Shades of Salem #109253
Tints of Salem #109253
RGB
CMYK
RGB Variations
Color information
#109253 (or 0x109253) is known color: Salem. HEX triplet: 10, 92 and 53. RGB value is (16,146,83). Sum of RGB (Red+Green+Blue) = 16+146+83=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #109253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109253 is #EF6DAC. Grayscale: #646464. Windows color (decimal): -15691181 or 5476880. OLE color: 5476880.
HSL color Cylindrical-coordinate representation of color #109253: hue angle of 150.92º 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 #109253 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 146 | 83 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.43 |
| HSL | 150.92º | 0.8% | 0.32% | - |
| HSV(B) | 150.92º | 0.89% | 0.57% | - |
| XYZ | 12.05 | 21.29 | 11.66 | - |
| YUV | 99.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 83 | 0.89 | 0 | 0.43 | 0.43 | 150.92 | 0.8 | 0.32 |
| Hex | 10 | 92 | 53 | 59 | 0 | 2B | 2B | 97 | 50 | 20 |
| Octal | 20 | 222 | 123 | 131 | 0 | 53 | 53 | 227 | 120 | 40 |
| Binary | 10000 | 10010010 | 1010011 | 1011001 | 0 | 101011 | 101011 | 10010111 | 1010000 | 100000 |
Color Harmonies of #109253
Complementary color
Monochromatic Colors of #109253
Black with #109253
Text Example
Text Example
White with #109253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109253; }
p { color: rgb(16,146,83); }
H1.HeaderClassName
{
color: #109253;
}
.AnyTagClassName
{
color: #109253;
}
</style>
background-color css
<style>
a { background-color: #109253; }
a { background-color: rgb(16,146,83); }
div.DivClassName
{
background-color: #109253;
}
.BgClassName
{
background-color: #109253;
}
</style>
border-color css
<style>
span { border-color: #109253; }
span { border-color: rgb(16,146,83); }
td.TdClassName
{
border-color: #109253;
}
.TagClassName
{
border-color: #109253;
}
</style>