Shades of Salem #107353
Tints of Salem #107353
RGB
CMYK
RGB Variations
Color information
#107353 (or 0x107353) is known color: Salem. HEX triplet: 10, 73 and 53. RGB value is (16,115,83). Sum of RGB (Red+Green+Blue) = 16+115+83=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #107353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107353 is #EF8CAC. Grayscale: #515151. Windows color (decimal): -15699117 or 5468944. OLE color: 5468944.
HSL color Cylindrical-coordinate representation of color #107353: hue angle of 160.61º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107353 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 83 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.55 |
| HSL | 160.61º | 0.76% | 0.26% | - |
| HSV(B) | 160.61º | 0.86% | 0.45% | - |
| XYZ | 7.91 | 13 | 10.28 | - |
| YUV | 81.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 83 | 0.86 | 0 | 0.28 | 0.55 | 160.61 | 0.76 | 0.26 |
| Hex | 10 | 73 | 53 | 56 | 0 | 1C | 37 | A1 | 4C | 1A |
| Octal | 20 | 163 | 123 | 126 | 0 | 34 | 67 | 241 | 114 | 32 |
| Binary | 10000 | 1110011 | 1010011 | 1010110 | 0 | 11100 | 110111 | 10100001 | 1001100 | 11010 |
Color Harmonies of #107353
Complementary color
Monochromatic Colors of #107353
Black with #107353
Text Example
Text Example
White with #107353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107353; }
p { color: rgb(16,115,83); }
H1.HeaderClassName
{
color: #107353;
}
.AnyTagClassName
{
color: #107353;
}
</style>
background-color css
<style>
a { background-color: #107353; }
a { background-color: rgb(16,115,83); }
div.DivClassName
{
background-color: #107353;
}
.BgClassName
{
background-color: #107353;
}
</style>
border-color css
<style>
span { border-color: #107353; }
span { border-color: rgb(16,115,83); }
td.TdClassName
{
border-color: #107353;
}
.TagClassName
{
border-color: #107353;
}
</style>