Shades of Salem #108946
Tints of Salem #108946
RGB
CMYK
RGB Variations
Color information
#108946 (or 0x108946) is known color: Salem. HEX triplet: 10, 89 and 46. RGB value is (16,137,70). Sum of RGB (Red+Green+Blue) = 16+137+70=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 137 (53.91% from 255 or 61.43% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 137 - color contains mainly: green. Hex color #108946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108946 is #EF76B9. Grayscale: #5D5D5D. Windows color (decimal): -15693498 or 4622608. OLE color: 4622608.
HSL color Cylindrical-coordinate representation of color #108946: hue angle of 146.78º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108946 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 137 | 70 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.46 |
| HSL | 146.78º | 0.79% | 0.3% | - |
| HSV(B) | 146.78º | 0.88% | 0.54% | - |
| XYZ | 10.26 | 18.44 | 8.81 | - |
| YUV | 93.18 | 114.91 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 70 | 0.88 | 0 | 0.49 | 0.46 | 146.78 | 0.79 | 0.3 |
| Hex | 10 | 89 | 46 | 58 | 0 | 31 | 2E | 93 | 4F | 1E |
| Octal | 20 | 211 | 106 | 130 | 0 | 61 | 56 | 223 | 117 | 36 |
| Binary | 10000 | 10001001 | 1000110 | 1011000 | 0 | 110001 | 101110 | 10010011 | 1001111 | 11110 |
Color Harmonies of #108946
Complementary color
Monochromatic Colors of #108946
Black with #108946
Text Example
Text Example
White with #108946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108946; }
p { color: rgb(16,137,70); }
H1.HeaderClassName
{
color: #108946;
}
.AnyTagClassName
{
color: #108946;
}
</style>
background-color css
<style>
a { background-color: #108946; }
a { background-color: rgb(16,137,70); }
div.DivClassName
{
background-color: #108946;
}
.BgClassName
{
background-color: #108946;
}
</style>
border-color css
<style>
span { border-color: #108946; }
span { border-color: rgb(16,137,70); }
td.TdClassName
{
border-color: #108946;
}
.TagClassName
{
border-color: #108946;
}
</style>