Shades of Salem #109052
Tints of Salem #109052
RGB
CMYK
RGB Variations
Color information
#109052 (or 0x109052) is known color: Salem. HEX triplet: 10, 90 and 52. RGB value is (16,144,82). Sum of RGB (Red+Green+Blue) = 16+144+82=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #109052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109052 is #EF6FAD. Grayscale: #626262. Windows color (decimal): -15691694 or 5410832. OLE color: 5410832.
HSL color Cylindrical-coordinate representation of color #109052: hue angle of 150.94º 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 #109052 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 144 | 82 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.44 |
| HSL | 150.94º | 0.8% | 0.31% | - |
| HSV(B) | 150.94º | 0.89% | 0.56% | - |
| XYZ | 11.71 | 20.67 | 11.35 | - |
| YUV | 98.66 | 118.59 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 82 | 0.89 | 0 | 0.43 | 0.44 | 150.94 | 0.8 | 0.31 |
| Hex | 10 | 90 | 52 | 59 | 0 | 2B | 2C | 97 | 50 | 1F |
| Octal | 20 | 220 | 122 | 131 | 0 | 53 | 54 | 227 | 120 | 37 |
| Binary | 10000 | 10010000 | 1010010 | 1011001 | 0 | 101011 | 101100 | 10010111 | 1010000 | 11111 |
Color Harmonies of #109052
Complementary color
Monochromatic Colors of #109052
Black with #109052
Text Example
Text Example
White with #109052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109052; }
p { color: rgb(16,144,82); }
H1.HeaderClassName
{
color: #109052;
}
.AnyTagClassName
{
color: #109052;
}
</style>
background-color css
<style>
a { background-color: #109052; }
a { background-color: rgb(16,144,82); }
div.DivClassName
{
background-color: #109052;
}
.BgClassName
{
background-color: #109052;
}
</style>
border-color css
<style>
span { border-color: #109052; }
span { border-color: rgb(16,144,82); }
td.TdClassName
{
border-color: #109052;
}
.TagClassName
{
border-color: #109052;
}
</style>