Shades of Salem #108C56
Tints of Salem #108C56
RGB
CMYK
RGB Variations
Color information
#108C56 (or 0x108C56) is known color: Salem. HEX triplet: 10, 8C and 56. RGB value is (16,140,86). Sum of RGB (Red+Green+Blue) = 16+140+86=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #108C56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108C56 is #EF73A9. Grayscale: #606060. Windows color (decimal): -15692714 or 5671952. OLE color: 5671952.
HSL color Cylindrical-coordinate representation of color #108C56: hue angle of 153.87º degrees, saturation: 0.79, 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 #108C56 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 140 | 86 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.45 |
| HSL | 153.87º | 0.79% | 0.31% | - |
| HSV(B) | 153.87º | 0.89% | 0.55% | - |
| XYZ | 11.27 | 19.54 | 11.98 | - |
| YUV | 96.77 | 121.92 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 86 | 0.89 | 0 | 0.39 | 0.45 | 153.87 | 0.79 | 0.31 |
| Hex | 10 | 8C | 56 | 59 | 0 | 27 | 2D | 9A | 4F | 1F |
| Octal | 20 | 214 | 126 | 131 | 0 | 47 | 55 | 232 | 117 | 37 |
| Binary | 10000 | 10001100 | 1010110 | 1011001 | 0 | 100111 | 101101 | 10011010 | 1001111 | 11111 |
Color Harmonies of #108C56
Complementary color
Monochromatic Colors of #108C56
Black with #108C56
Text Example
Text Example
White with #108C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108C56; }
p { color: rgb(16,140,86); }
H1.HeaderClassName
{
color: #108C56;
}
.AnyTagClassName
{
color: #108C56;
}
</style>
background-color css
<style>
a { background-color: #108C56; }
a { background-color: rgb(16,140,86); }
div.DivClassName
{
background-color: #108C56;
}
.BgClassName
{
background-color: #108C56;
}
</style>
border-color css
<style>
span { border-color: #108C56; }
span { border-color: rgb(16,140,86); }
td.TdClassName
{
border-color: #108C56;
}
.TagClassName
{
border-color: #108C56;
}
</style>