Shades of Salem #10863F
Tints of Salem #10863F
RGB
CMYK
RGB Variations
Color information
#10863F (or 0x10863F) is known color: Salem. HEX triplet: 10, 86 and 3F. RGB value is (16,134,63). Sum of RGB (Red+Green+Blue) = 16+134+63=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 134 (52.73% from 255 or 62.91% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 134 - color contains mainly: green. Hex color #10863F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10863F is #EF79C0. Grayscale: #5A5A5A. Windows color (decimal): -15694273 or 4163088. OLE color: 4163088.
HSL color Cylindrical-coordinate representation of color #10863F: hue angle of 143.9º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10863F is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 134 | 63 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.47 |
| HSL | 143.9º | 0.79% | 0.29% | - |
| HSV(B) | 143.9º | 0.88% | 0.53% | - |
| XYZ | 9.64 | 17.52 | 7.58 | - |
| YUV | 90.62 | 112.41 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 63 | 0.88 | 0 | 0.53 | 0.47 | 143.9 | 0.79 | 0.29 |
| Hex | 10 | 86 | 3F | 58 | 0 | 35 | 2F | 90 | 4F | 1D |
| Octal | 20 | 206 | 77 | 130 | 0 | 65 | 57 | 220 | 117 | 35 |
| Binary | 10000 | 10000110 | 111111 | 1011000 | 0 | 110101 | 101111 | 10010000 | 1001111 | 11101 |
Color Harmonies of #10863F
Complementary color
Monochromatic Colors of #10863F
Black with #10863F
Text Example
Text Example
White with #10863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10863F; }
p { color: rgb(16,134,63); }
H1.HeaderClassName
{
color: #10863F;
}
.AnyTagClassName
{
color: #10863F;
}
</style>
background-color css
<style>
a { background-color: #10863F; }
a { background-color: rgb(16,134,63); }
div.DivClassName
{
background-color: #10863F;
}
.BgClassName
{
background-color: #10863F;
}
</style>
border-color css
<style>
span { border-color: #10863F; }
span { border-color: rgb(16,134,63); }
td.TdClassName
{
border-color: #10863F;
}
.TagClassName
{
border-color: #10863F;
}
</style>