Shades of Salem #108E4C
Tints of Salem #108E4C
RGB
CMYK
RGB Variations
Color information
#108E4C (or 0x108E4C) is known color: Salem. HEX triplet: 10, 8E and 4C. RGB value is (16,142,76). Sum of RGB (Red+Green+Blue) = 16+142+76=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 142 (55.86% from 255 or 60.68% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 142 - color contains mainly: green. Hex color #108E4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108E4C is #EF71B3. Grayscale: #606060. Windows color (decimal): -15692212 or 5017104. OLE color: 5017104.
HSL color Cylindrical-coordinate representation of color #108E4C: hue angle of 148.57º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108E4C is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 142 | 76 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.44 |
| HSL | 148.57º | 0.8% | 0.31% | - |
| HSV(B) | 148.57º | 0.89% | 0.56% | - |
| XYZ | 11.19 | 19.98 | 10.1 | - |
| YUV | 96.8 | 116.26 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 76 | 0.89 | 0 | 0.46 | 0.44 | 148.57 | 0.8 | 0.31 |
| Hex | 10 | 8E | 4C | 59 | 0 | 2E | 2C | 95 | 50 | 1F |
| Octal | 20 | 216 | 114 | 131 | 0 | 56 | 54 | 225 | 120 | 37 |
| Binary | 10000 | 10001110 | 1001100 | 1011001 | 0 | 101110 | 101100 | 10010101 | 1010000 | 11111 |
Color Harmonies of #108E4C
Complementary color
Monochromatic Colors of #108E4C
Black with #108E4C
Text Example
Text Example
White with #108E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108E4C; }
p { color: rgb(16,142,76); }
H1.HeaderClassName
{
color: #108E4C;
}
.AnyTagClassName
{
color: #108E4C;
}
</style>
background-color css
<style>
a { background-color: #108E4C; }
a { background-color: rgb(16,142,76); }
div.DivClassName
{
background-color: #108E4C;
}
.BgClassName
{
background-color: #108E4C;
}
</style>
border-color css
<style>
span { border-color: #108E4C; }
span { border-color: rgb(16,142,76); }
td.TdClassName
{
border-color: #108E4C;
}
.TagClassName
{
border-color: #108E4C;
}
</style>