Shades of Salem #108248
Tints of Salem #108248
RGB
CMYK
RGB Variations
Color information
#108248 (or 0x108248) is known color: Salem. HEX triplet: 10, 82 and 48. RGB value is (16,130,72). Sum of RGB (Red+Green+Blue) = 16+130+72=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #108248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108248 is #EF7DB7. Grayscale: #595959. Windows color (decimal): -15695288 or 4751888. OLE color: 4751888.
HSL color Cylindrical-coordinate representation of color #108248: hue angle of 149.47º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108248 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 130 | 72 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.49 |
| HSL | 149.47º | 0.78% | 0.29% | - |
| HSV(B) | 149.47º | 0.88% | 0.51% | - |
| XYZ | 9.37 | 16.54 | 8.83 | - |
| YUV | 89.3 | 118.23 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 72 | 0.88 | 0 | 0.45 | 0.49 | 149.47 | 0.78 | 0.29 |
| Hex | 10 | 82 | 48 | 58 | 0 | 2D | 31 | 95 | 4E | 1D |
| Octal | 20 | 202 | 110 | 130 | 0 | 55 | 61 | 225 | 116 | 35 |
| Binary | 10000 | 10000010 | 1001000 | 1011000 | 0 | 101101 | 110001 | 10010101 | 1001110 | 11101 |
Color Harmonies of #108248
Complementary color
Monochromatic Colors of #108248
Black with #108248
Text Example
Text Example
White with #108248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108248; }
p { color: rgb(16,130,72); }
H1.HeaderClassName
{
color: #108248;
}
.AnyTagClassName
{
color: #108248;
}
</style>
background-color css
<style>
a { background-color: #108248; }
a { background-color: rgb(16,130,72); }
div.DivClassName
{
background-color: #108248;
}
.BgClassName
{
background-color: #108248;
}
</style>
border-color css
<style>
span { border-color: #108248; }
span { border-color: rgb(16,130,72); }
td.TdClassName
{
border-color: #108248;
}
.TagClassName
{
border-color: #108248;
}
</style>