Shades of Salem #108B3F
Tints of Salem #108B3F
RGB
CMYK
RGB Variations
Color information
#108B3F (or 0x108B3F) is known color: Salem. HEX triplet: 10, 8B and 3F. RGB value is (16,139,63). Sum of RGB (Red+Green+Blue) = 16+139+63=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #108B3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108B3F is #EF74C0. Grayscale: #5D5D5D. Windows color (decimal): -15692993 or 4164368. OLE color: 4164368.
HSL color Cylindrical-coordinate representation of color #108B3F: hue angle of 142.93º 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 #108B3F is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 63 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.45 |
| HSL | 142.93º | 0.79% | 0.3% | - |
| HSV(B) | 142.93º | 0.88% | 0.55% | - |
| XYZ | 10.34 | 18.93 | 7.81 | - |
| YUV | 93.56 | 110.75 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 63 | 0.88 | 0 | 0.55 | 0.45 | 142.93 | 0.79 | 0.3 |
| Hex | 10 | 8B | 3F | 58 | 0 | 37 | 2D | 8F | 4F | 1E |
| Octal | 20 | 213 | 77 | 130 | 0 | 67 | 55 | 217 | 117 | 36 |
| Binary | 10000 | 10001011 | 111111 | 1011000 | 0 | 110111 | 101101 | 10001111 | 1001111 | 11110 |
Color Harmonies of #108B3F
Complementary color
Monochromatic Colors of #108B3F
Black with #108B3F
Text Example
Text Example
White with #108B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B3F; }
p { color: rgb(16,139,63); }
H1.HeaderClassName
{
color: #108B3F;
}
.AnyTagClassName
{
color: #108B3F;
}
</style>
background-color css
<style>
a { background-color: #108B3F; }
a { background-color: rgb(16,139,63); }
div.DivClassName
{
background-color: #108B3F;
}
.BgClassName
{
background-color: #108B3F;
}
</style>
border-color css
<style>
span { border-color: #108B3F; }
span { border-color: rgb(16,139,63); }
td.TdClassName
{
border-color: #108B3F;
}
.TagClassName
{
border-color: #108B3F;
}
</style>