Shades of Salem #108D54
Tints of Salem #108D54
RGB
CMYK
RGB Variations
Color information
#108D54 (or 0x108D54) is known color: Salem. HEX triplet: 10, 8D and 54. RGB value is (16,141,84). Sum of RGB (Red+Green+Blue) = 16+141+84=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #108D54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D54 is #EF72AB. Grayscale: #616161. Windows color (decimal): -15692460 or 5541136. OLE color: 5541136.
HSL color Cylindrical-coordinate representation of color #108D54: hue angle of 152.64º 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 #108D54 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 84 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.45 |
| HSL | 152.64º | 0.8% | 0.31% | - |
| HSV(B) | 152.64º | 0.89% | 0.55% | - |
| XYZ | 11.34 | 19.8 | 11.61 | - |
| YUV | 97.13 | 120.59 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 84 | 0.89 | 0 | 0.40 | 0.45 | 152.64 | 0.8 | 0.31 |
| Hex | 10 | 8D | 54 | 59 | 0 | 28 | 2D | 99 | 50 | 1F |
| Octal | 20 | 215 | 124 | 131 | 0 | 50 | 55 | 231 | 120 | 37 |
| Binary | 10000 | 10001101 | 1010100 | 1011001 | 0 | 101000 | 101101 | 10011001 | 1010000 | 11111 |
Color Harmonies of #108D54
Complementary color
Monochromatic Colors of #108D54
Black with #108D54
Text Example
Text Example
White with #108D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D54; }
p { color: rgb(16,141,84); }
H1.HeaderClassName
{
color: #108D54;
}
.AnyTagClassName
{
color: #108D54;
}
</style>
background-color css
<style>
a { background-color: #108D54; }
a { background-color: rgb(16,141,84); }
div.DivClassName
{
background-color: #108D54;
}
.BgClassName
{
background-color: #108D54;
}
</style>
border-color css
<style>
span { border-color: #108D54; }
span { border-color: rgb(16,141,84); }
td.TdClassName
{
border-color: #108D54;
}
.TagClassName
{
border-color: #108D54;
}
</style>