Shades of Salem #108C55
Tints of Salem #108C55
RGB
CMYK
RGB Variations
Color information
#108C55 (or 0x108C55) is known color: Salem. HEX triplet: 10, 8C and 55. RGB value is (16,140,85). Sum of RGB (Red+Green+Blue) = 16+140+85=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #108C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108C55 is #EF73AA. Grayscale: #606060. Windows color (decimal): -15692715 or 5606416. OLE color: 5606416.
HSL color Cylindrical-coordinate representation of color #108C55: hue angle of 153.39º 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 #108C55 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 140 | 85 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.45 |
| HSL | 153.39º | 0.79% | 0.31% | - |
| HSV(B) | 153.39º | 0.89% | 0.55% | - |
| XYZ | 11.23 | 19.52 | 11.77 | - |
| YUV | 96.65 | 121.42 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 85 | 0.89 | 0 | 0.39 | 0.45 | 153.39 | 0.79 | 0.31 |
| Hex | 10 | 8C | 55 | 59 | 0 | 27 | 2D | 99 | 4F | 1F |
| Octal | 20 | 214 | 125 | 131 | 0 | 47 | 55 | 231 | 117 | 37 |
| Binary | 10000 | 10001100 | 1010101 | 1011001 | 0 | 100111 | 101101 | 10011001 | 1001111 | 11111 |
Color Harmonies of #108C55
Complementary color
Monochromatic Colors of #108C55
Black with #108C55
Text Example
Text Example
White with #108C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108C55; }
p { color: rgb(16,140,85); }
H1.HeaderClassName
{
color: #108C55;
}
.AnyTagClassName
{
color: #108C55;
}
</style>
background-color css
<style>
a { background-color: #108C55; }
a { background-color: rgb(16,140,85); }
div.DivClassName
{
background-color: #108C55;
}
.BgClassName
{
background-color: #108C55;
}
</style>
border-color css
<style>
span { border-color: #108C55; }
span { border-color: rgb(16,140,85); }
td.TdClassName
{
border-color: #108C55;
}
.TagClassName
{
border-color: #108C55;
}
</style>