Shades of Salem #108B42
Tints of Salem #108B42
RGB
CMYK
RGB Variations
Color information
#108B42 (or 0x108B42) is known color: Salem. HEX triplet: 10, 8B and 42. RGB value is (16,139,66). Sum of RGB (Red+Green+Blue) = 16+139+66=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 139 (54.69% from 255 or 62.90% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 139 - color contains mainly: green. Hex color #108B42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108B42 is #EF74BD. Grayscale: #5E5E5E. Windows color (decimal): -15692990 or 4360976. OLE color: 4360976.
HSL color Cylindrical-coordinate representation of color #108B42: hue angle of 144.39º 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 #108B42 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 66 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.45 |
| HSL | 144.39º | 0.79% | 0.3% | - |
| HSV(B) | 144.39º | 0.88% | 0.55% | - |
| XYZ | 10.43 | 18.97 | 8.27 | - |
| YUV | 93.9 | 112.25 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 66 | 0.88 | 0 | 0.53 | 0.45 | 144.39 | 0.79 | 0.3 |
| Hex | 10 | 8B | 42 | 58 | 0 | 35 | 2D | 90 | 4F | 1E |
| Octal | 20 | 213 | 102 | 130 | 0 | 65 | 55 | 220 | 117 | 36 |
| Binary | 10000 | 10001011 | 1000010 | 1011000 | 0 | 110101 | 101101 | 10010000 | 1001111 | 11110 |
Color Harmonies of #108B42
Complementary color
Monochromatic Colors of #108B42
Black with #108B42
Text Example
Text Example
White with #108B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B42; }
p { color: rgb(16,139,66); }
H1.HeaderClassName
{
color: #108B42;
}
.AnyTagClassName
{
color: #108B42;
}
</style>
background-color css
<style>
a { background-color: #108B42; }
a { background-color: rgb(16,139,66); }
div.DivClassName
{
background-color: #108B42;
}
.BgClassName
{
background-color: #108B42;
}
</style>
border-color css
<style>
span { border-color: #108B42; }
span { border-color: rgb(16,139,66); }
td.TdClassName
{
border-color: #108B42;
}
.TagClassName
{
border-color: #108B42;
}
</style>