Shades of Salem #108C3C
Tints of Salem #108C3C
RGB
CMYK
RGB Variations
Color information
#108C3C (or 0x108C3C) is known color: Salem. HEX triplet: 10, 8C and 3C. RGB value is (16,140,60). Sum of RGB (Red+Green+Blue) = 16+140+60=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 140 (55.08% from 255 or 64.81% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 140 - color contains mainly: green. Hex color #108C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108C3C is #EF73C3. Grayscale: #5D5D5D. Windows color (decimal): -15692740 or 3968016. OLE color: 3968016.
HSL color Cylindrical-coordinate representation of color #108C3C: hue angle of 141.29º 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 #108C3C is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 140 | 60 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.45 |
| HSL | 141.29º | 0.79% | 0.31% | - |
| HSV(B) | 141.29º | 0.89% | 0.55% | - |
| XYZ | 10.41 | 19.19 | 7.43 | - |
| YUV | 93.8 | 108.92 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 60 | 0.89 | 0 | 0.57 | 0.45 | 141.29 | 0.79 | 0.31 |
| Hex | 10 | 8C | 3C | 59 | 0 | 39 | 2D | 8D | 4F | 1F |
| Octal | 20 | 214 | 74 | 131 | 0 | 71 | 55 | 215 | 117 | 37 |
| Binary | 10000 | 10001100 | 111100 | 1011001 | 0 | 111001 | 101101 | 10001101 | 1001111 | 11111 |
Color Harmonies of #108C3C
Complementary color
Monochromatic Colors of #108C3C
Black with #108C3C
Text Example
Text Example
White with #108C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108C3C; }
p { color: rgb(16,140,60); }
H1.HeaderClassName
{
color: #108C3C;
}
.AnyTagClassName
{
color: #108C3C;
}
</style>
background-color css
<style>
a { background-color: #108C3C; }
a { background-color: rgb(16,140,60); }
div.DivClassName
{
background-color: #108C3C;
}
.BgClassName
{
background-color: #108C3C;
}
</style>
border-color css
<style>
span { border-color: #108C3C; }
span { border-color: rgb(16,140,60); }
td.TdClassName
{
border-color: #108C3C;
}
.TagClassName
{
border-color: #108C3C;
}
</style>