Shades of Salem #108D59
Tints of Salem #108D59
RGB
CMYK
RGB Variations
Color information
#108D59 (or 0x108D59) is known color: Salem. HEX triplet: 10, 8D and 59. RGB value is (16,141,89). Sum of RGB (Red+Green+Blue) = 16+141+89=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #108D59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D59 is #EF72A6. Grayscale: #616161. Windows color (decimal): -15692455 or 5868816. OLE color: 5868816.
HSL color Cylindrical-coordinate representation of color #108D59: hue angle of 155.04º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D59 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 89 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.45 |
| HSL | 155.04º | 0.8% | 0.31% | - |
| HSV(B) | 155.04º | 0.89% | 0.55% | - |
| XYZ | 11.54 | 19.88 | 12.68 | - |
| YUV | 97.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 89 | 0.89 | 0 | 0.37 | 0.45 | 155.04 | 0.8 | 0.31 |
| Hex | 10 | 8D | 59 | 59 | 0 | 25 | 2D | 9B | 50 | 1F |
| Octal | 20 | 215 | 131 | 131 | 0 | 45 | 55 | 233 | 120 | 37 |
| Binary | 10000 | 10001101 | 1011001 | 1011001 | 0 | 100101 | 101101 | 10011011 | 1010000 | 11111 |
Color Harmonies of #108D59
Complementary color
Monochromatic Colors of #108D59
Black with #108D59
Text Example
Text Example
White with #108D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D59; }
p { color: rgb(16,141,89); }
H1.HeaderClassName
{
color: #108D59;
}
.AnyTagClassName
{
color: #108D59;
}
</style>
background-color css
<style>
a { background-color: #108D59; }
a { background-color: rgb(16,141,89); }
div.DivClassName
{
background-color: #108D59;
}
.BgClassName
{
background-color: #108D59;
}
</style>
border-color css
<style>
span { border-color: #108D59; }
span { border-color: rgb(16,141,89); }
td.TdClassName
{
border-color: #108D59;
}
.TagClassName
{
border-color: #108D59;
}
</style>