Shades of Salem #13894A
Tints of Salem #13894A
RGB
CMYK
RGB Variations
Color information
#13894A (or 0x13894A) is known color: Salem. HEX triplet: 13, 89 and 4A. RGB value is (19,137,74). Sum of RGB (Red+Green+Blue) = 19+137+74=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #13894A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13894A is #EC76B5. Grayscale: #5E5E5E. Windows color (decimal): -15496886 or 4884755. OLE color: 4884755.
HSL color Cylindrical-coordinate representation of color #13894A: hue angle of 147.97º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13894A is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 74 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.46 |
| HSL | 147.97º | 0.76% | 0.31% | - |
| HSV(B) | 147.97º | 0.86% | 0.54% | - |
| XYZ | 10.45 | 18.52 | 9.5 | - |
| YUV | 94.54 | 116.41 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 74 | 0.86 | 0 | 0.46 | 0.46 | 147.97 | 0.76 | 0.31 |
| Hex | 13 | 89 | 4A | 56 | 0 | 2E | 2E | 94 | 4C | 1F |
| Octal | 23 | 211 | 112 | 126 | 0 | 56 | 56 | 224 | 114 | 37 |
| Binary | 10011 | 10001001 | 1001010 | 1010110 | 0 | 101110 | 101110 | 10010100 | 1001100 | 11111 |
Color Harmonies of #13894A
Complementary color
Monochromatic Colors of #13894A
Black with #13894A
Text Example
Text Example
White with #13894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13894A; }
p { color: rgb(19,137,74); }
H1.HeaderClassName
{
color: #13894A;
}
.AnyTagClassName
{
color: #13894A;
}
</style>
background-color css
<style>
a { background-color: #13894A; }
a { background-color: rgb(19,137,74); }
div.DivClassName
{
background-color: #13894A;
}
.BgClassName
{
background-color: #13894A;
}
</style>
border-color css
<style>
span { border-color: #13894A; }
span { border-color: rgb(19,137,74); }
td.TdClassName
{
border-color: #13894A;
}
.TagClassName
{
border-color: #13894A;
}
</style>