Shades of Salem #108748
Tints of Salem #108748
RGB
CMYK
RGB Variations
Color information
#108748 (or 0x108748) is known color: Salem. HEX triplet: 10, 87 and 48. RGB value is (16,135,72). Sum of RGB (Red+Green+Blue) = 16+135+72=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #108748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108748 is #EF78B7. Grayscale: #5C5C5C. Windows color (decimal): -15694008 or 4753168. OLE color: 4753168.
HSL color Cylindrical-coordinate representation of color #108748: hue angle of 148.24º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108748 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 135 | 72 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.47 |
| HSL | 148.24º | 0.79% | 0.3% | - |
| HSV(B) | 148.24º | 0.88% | 0.53% | - |
| XYZ | 10.05 | 17.91 | 9.06 | - |
| YUV | 92.24 | 116.58 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 72 | 0.88 | 0 | 0.47 | 0.47 | 148.24 | 0.79 | 0.3 |
| Hex | 10 | 87 | 48 | 58 | 0 | 2F | 2F | 94 | 4F | 1E |
| Octal | 20 | 207 | 110 | 130 | 0 | 57 | 57 | 224 | 117 | 36 |
| Binary | 10000 | 10000111 | 1001000 | 1011000 | 0 | 101111 | 101111 | 10010100 | 1001111 | 11110 |
Color Harmonies of #108748
Complementary color
Monochromatic Colors of #108748
Black with #108748
Text Example
Text Example
White with #108748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108748; }
p { color: rgb(16,135,72); }
H1.HeaderClassName
{
color: #108748;
}
.AnyTagClassName
{
color: #108748;
}
</style>
background-color css
<style>
a { background-color: #108748; }
a { background-color: rgb(16,135,72); }
div.DivClassName
{
background-color: #108748;
}
.BgClassName
{
background-color: #108748;
}
</style>
border-color css
<style>
span { border-color: #108748; }
span { border-color: rgb(16,135,72); }
td.TdClassName
{
border-color: #108748;
}
.TagClassName
{
border-color: #108748;
}
</style>