Shades of Salem #108555
Tints of Salem #108555
RGB
CMYK
RGB Variations
Color information
#108555 (or 0x108555) is known color: Salem. HEX triplet: 10, 85 and 55. RGB value is (16,133,85). Sum of RGB (Red+Green+Blue) = 16+133+85=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #108555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108555 is #EF7AAA. Grayscale: #5C5C5C. Windows color (decimal): -15694507 or 5604624. OLE color: 5604624.
HSL color Cylindrical-coordinate representation of color #108555: hue angle of 155.38º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108555 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 133 | 85 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.48 |
| HSL | 155.38º | 0.79% | 0.29% | - |
| HSV(B) | 155.38º | 0.88% | 0.52% | - |
| XYZ | 10.24 | 17.54 | 11.44 | - |
| YUV | 92.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 85 | 0.88 | 0 | 0.36 | 0.48 | 155.38 | 0.79 | 0.29 |
| Hex | 10 | 85 | 55 | 58 | 0 | 24 | 30 | 9B | 4F | 1D |
| Octal | 20 | 205 | 125 | 130 | 0 | 44 | 60 | 233 | 117 | 35 |
| Binary | 10000 | 10000101 | 1010101 | 1011000 | 0 | 100100 | 110000 | 10011011 | 1001111 | 11101 |
Color Harmonies of #108555
Complementary color
Monochromatic Colors of #108555
Black with #108555
Text Example
Text Example
White with #108555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108555; }
p { color: rgb(16,133,85); }
H1.HeaderClassName
{
color: #108555;
}
.AnyTagClassName
{
color: #108555;
}
</style>
background-color css
<style>
a { background-color: #108555; }
a { background-color: rgb(16,133,85); }
div.DivClassName
{
background-color: #108555;
}
.BgClassName
{
background-color: #108555;
}
</style>
border-color css
<style>
span { border-color: #108555; }
span { border-color: rgb(16,133,85); }
td.TdClassName
{
border-color: #108555;
}
.TagClassName
{
border-color: #108555;
}
</style>