Shades of Salem #108B47
Tints of Salem #108B47
RGB
CMYK
RGB Variations
Color information
#108B47 (or 0x108B47) is known color: Salem. HEX triplet: 10, 8B and 47. RGB value is (16,139,71). Sum of RGB (Red+Green+Blue) = 16+139+71=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #108B47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108B47 is #EF74B8. Grayscale: #5E5E5E. Windows color (decimal): -15692985 or 4688656. OLE color: 4688656.
HSL color Cylindrical-coordinate representation of color #108B47: hue angle of 146.83º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108B47 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 71 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.45 |
| HSL | 146.83º | 0.79% | 0.3% | - |
| HSV(B) | 146.83º | 0.88% | 0.55% | - |
| XYZ | 10.58 | 19.03 | 9.08 | - |
| YUV | 94.47 | 114.75 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 71 | 0.88 | 0 | 0.49 | 0.45 | 146.83 | 0.79 | 0.3 |
| Hex | 10 | 8B | 47 | 58 | 0 | 31 | 2D | 93 | 4F | 1E |
| Octal | 20 | 213 | 107 | 130 | 0 | 61 | 55 | 223 | 117 | 36 |
| Binary | 10000 | 10001011 | 1000111 | 1011000 | 0 | 110001 | 101101 | 10010011 | 1001111 | 11110 |
Color Harmonies of #108B47
Complementary color
Monochromatic Colors of #108B47
Black with #108B47
Text Example
Text Example
White with #108B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B47; }
p { color: rgb(16,139,71); }
H1.HeaderClassName
{
color: #108B47;
}
.AnyTagClassName
{
color: #108B47;
}
</style>
background-color css
<style>
a { background-color: #108B47; }
a { background-color: rgb(16,139,71); }
div.DivClassName
{
background-color: #108B47;
}
.BgClassName
{
background-color: #108B47;
}
</style>
border-color css
<style>
span { border-color: #108B47; }
span { border-color: rgb(16,139,71); }
td.TdClassName
{
border-color: #108B47;
}
.TagClassName
{
border-color: #108B47;
}
</style>