Shades of Salem #13863E
Tints of Salem #13863E
RGB
CMYK
RGB Variations
Color information
#13863E (or 0x13863E) is known color: Salem. HEX triplet: 13, 86 and 3E. RGB value is (19,134,62). Sum of RGB (Red+Green+Blue) = 19+134+62=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #13863E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13863E is #EC79C1. Grayscale: #5B5B5B. Windows color (decimal): -15497666 or 4097555. OLE color: 4097555.
HSL color Cylindrical-coordinate representation of color #13863E: hue angle of 142.43º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13863E is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 62 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.47 |
| HSL | 142.43º | 0.75% | 0.3% | - |
| HSV(B) | 142.43º | 0.86% | 0.53% | - |
| XYZ | 9.66 | 17.54 | 7.43 | - |
| YUV | 91.41 | 111.4 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 62 | 0.86 | 0 | 0.54 | 0.47 | 142.43 | 0.75 | 0.3 |
| Hex | 13 | 86 | 3E | 56 | 0 | 36 | 2F | 8E | 4B | 1E |
| Octal | 23 | 206 | 76 | 126 | 0 | 66 | 57 | 216 | 113 | 36 |
| Binary | 10011 | 10000110 | 111110 | 1010110 | 0 | 110110 | 101111 | 10001110 | 1001011 | 11110 |
Color Harmonies of #13863E
Complementary color
Monochromatic Colors of #13863E
Black with #13863E
Text Example
Text Example
White with #13863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13863E; }
p { color: rgb(19,134,62); }
H1.HeaderClassName
{
color: #13863E;
}
.AnyTagClassName
{
color: #13863E;
}
</style>
background-color css
<style>
a { background-color: #13863E; }
a { background-color: rgb(19,134,62); }
div.DivClassName
{
background-color: #13863E;
}
.BgClassName
{
background-color: #13863E;
}
</style>
border-color css
<style>
span { border-color: #13863E; }
span { border-color: rgb(19,134,62); }
td.TdClassName
{
border-color: #13863E;
}
.TagClassName
{
border-color: #13863E;
}
</style>