Shades of Salem #108852
Tints of Salem #108852
RGB
CMYK
RGB Variations
Color information
#108852 (or 0x108852) is known color: Salem. HEX triplet: 10, 88 and 52. RGB value is (16,136,82). Sum of RGB (Red+Green+Blue) = 16+136+82=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #108852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108852 is #EF77AD. Grayscale: #5E5E5E. Windows color (decimal): -15693742 or 5408784. OLE color: 5408784.
HSL color Cylindrical-coordinate representation of color #108852: hue angle of 153º 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 #108852 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 136 | 82 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.47 |
| HSL | 153º | 0.79% | 0.3% | - |
| HSV(B) | 153º | 0.88% | 0.53% | - |
| XYZ | 10.54 | 18.33 | 10.96 | - |
| YUV | 93.96 | 121.24 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 82 | 0.88 | 0 | 0.40 | 0.47 | 153 | 0.79 | 0.3 |
| Hex | 10 | 88 | 52 | 58 | 0 | 28 | 2F | 99 | 4F | 1E |
| Octal | 20 | 210 | 122 | 130 | 0 | 50 | 57 | 231 | 117 | 36 |
| Binary | 10000 | 10001000 | 1010010 | 1011000 | 0 | 101000 | 101111 | 10011001 | 1001111 | 11110 |
Color Harmonies of #108852
Complementary color
Monochromatic Colors of #108852
Black with #108852
Text Example
Text Example
White with #108852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108852; }
p { color: rgb(16,136,82); }
H1.HeaderClassName
{
color: #108852;
}
.AnyTagClassName
{
color: #108852;
}
</style>
background-color css
<style>
a { background-color: #108852; }
a { background-color: rgb(16,136,82); }
div.DivClassName
{
background-color: #108852;
}
.BgClassName
{
background-color: #108852;
}
</style>
border-color css
<style>
span { border-color: #108852; }
span { border-color: rgb(16,136,82); }
td.TdClassName
{
border-color: #108852;
}
.TagClassName
{
border-color: #108852;
}
</style>