Shades of Salem #109055
Tints of Salem #109055
RGB
CMYK
RGB Variations
Color information
#109055 (or 0x109055) is known color: Salem. HEX triplet: 10, 90 and 55. RGB value is (16,144,85). Sum of RGB (Red+Green+Blue) = 16+144+85=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #109055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109055 is #EF6FAA. Grayscale: #636363. Windows color (decimal): -15691691 or 5607440. OLE color: 5607440.
HSL color Cylindrical-coordinate representation of color #109055: hue angle of 152.34º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109055 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 144 | 85 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.44 |
| HSL | 152.34º | 0.8% | 0.31% | - |
| HSV(B) | 152.34º | 0.89% | 0.56% | - |
| XYZ | 11.83 | 20.71 | 11.97 | - |
| YUV | 99 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 85 | 0.89 | 0 | 0.41 | 0.44 | 152.34 | 0.8 | 0.31 |
| Hex | 10 | 90 | 55 | 59 | 0 | 29 | 2C | 98 | 50 | 1F |
| Octal | 20 | 220 | 125 | 131 | 0 | 51 | 54 | 230 | 120 | 37 |
| Binary | 10000 | 10010000 | 1010101 | 1011001 | 0 | 101001 | 101100 | 10011000 | 1010000 | 11111 |
Color Harmonies of #109055
Complementary color
Monochromatic Colors of #109055
Black with #109055
Text Example
Text Example
White with #109055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109055; }
p { color: rgb(16,144,85); }
H1.HeaderClassName
{
color: #109055;
}
.AnyTagClassName
{
color: #109055;
}
</style>
background-color css
<style>
a { background-color: #109055; }
a { background-color: rgb(16,144,85); }
div.DivClassName
{
background-color: #109055;
}
.BgClassName
{
background-color: #109055;
}
</style>
border-color css
<style>
span { border-color: #109055; }
span { border-color: rgb(16,144,85); }
td.TdClassName
{
border-color: #109055;
}
.TagClassName
{
border-color: #109055;
}
</style>