Shades of Salem #108A39
Tints of Salem #108A39
RGB
CMYK
RGB Variations
Color information
#108A39 (or 0x108A39) is known color: Salem. HEX triplet: 10, 8A and 39. RGB value is (16,138,57). Sum of RGB (Red+Green+Blue) = 16+138+57=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 138 (54.30% from 255 or 65.40% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 138 - color contains mainly: green. Hex color #108A39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108A39 is #EF75C6. Grayscale: #5C5C5C. Windows color (decimal): -15693255 or 3770896. OLE color: 3770896.
HSL color Cylindrical-coordinate representation of color #108A39: hue angle of 140.16º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108A39 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 138 | 57 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.46 |
| HSL | 140.16º | 0.79% | 0.3% | - |
| HSV(B) | 140.16º | 0.88% | 0.54% | - |
| XYZ | 10.04 | 18.58 | 6.93 | - |
| YUV | 92.29 | 108.08 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 138 | 57 | 0.88 | 0 | 0.59 | 0.46 | 140.16 | 0.79 | 0.3 |
| Hex | 10 | 8A | 39 | 58 | 0 | 3B | 2E | 8C | 4F | 1E |
| Octal | 20 | 212 | 71 | 130 | 0 | 73 | 56 | 214 | 117 | 36 |
| Binary | 10000 | 10001010 | 111001 | 1011000 | 0 | 111011 | 101110 | 10001100 | 1001111 | 11110 |
Color Harmonies of #108A39
Complementary color
Monochromatic Colors of #108A39
Black with #108A39
Text Example
Text Example
White with #108A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108A39; }
p { color: rgb(16,138,57); }
H1.HeaderClassName
{
color: #108A39;
}
.AnyTagClassName
{
color: #108A39;
}
</style>
background-color css
<style>
a { background-color: #108A39; }
a { background-color: rgb(16,138,57); }
div.DivClassName
{
background-color: #108A39;
}
.BgClassName
{
background-color: #108A39;
}
</style>
border-color css
<style>
span { border-color: #108A39; }
span { border-color: rgb(16,138,57); }
td.TdClassName
{
border-color: #108A39;
}
.TagClassName
{
border-color: #108A39;
}
</style>