Shades of Salem #12863E
Tints of Salem #12863E
RGB
CMYK
RGB Variations
Color information
#12863E (or 0x12863E) is known color: Salem. HEX triplet: 12, 86 and 3E. RGB value is (18,134,62). Sum of RGB (Red+Green+Blue) = 18+134+62=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #12863E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12863E is #ED79C1. Grayscale: #5B5B5B. Windows color (decimal): -15563202 or 4097554. OLE color: 4097554.
HSL color Cylindrical-coordinate representation of color #12863E: hue angle of 142.76º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12863E is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 62 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.47 |
| HSL | 142.76º | 0.76% | 0.3% | - |
| HSV(B) | 142.76º | 0.87% | 0.53% | - |
| XYZ | 9.64 | 17.53 | 7.43 | - |
| YUV | 91.11 | 111.57 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 62 | 0.87 | 0 | 0.54 | 0.47 | 142.76 | 0.76 | 0.3 |
| Hex | 12 | 86 | 3E | 57 | 0 | 36 | 2F | 8F | 4C | 1E |
| Octal | 22 | 206 | 76 | 127 | 0 | 66 | 57 | 217 | 114 | 36 |
| Binary | 10010 | 10000110 | 111110 | 1010111 | 0 | 110110 | 101111 | 10001111 | 1001100 | 11110 |
Color Harmonies of #12863E
Complementary color
Monochromatic Colors of #12863E
Black with #12863E
Text Example
Text Example
White with #12863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12863E; }
p { color: rgb(18,134,62); }
H1.HeaderClassName
{
color: #12863E;
}
.AnyTagClassName
{
color: #12863E;
}
</style>
background-color css
<style>
a { background-color: #12863E; }
a { background-color: rgb(18,134,62); }
div.DivClassName
{
background-color: #12863E;
}
.BgClassName
{
background-color: #12863E;
}
</style>
border-color css
<style>
span { border-color: #12863E; }
span { border-color: rgb(18,134,62); }
td.TdClassName
{
border-color: #12863E;
}
.TagClassName
{
border-color: #12863E;
}
</style>