Shades of Salem #13844E
Tints of Salem #13844E
RGB
CMYK
RGB Variations
Color information
#13844E (or 0x13844E) is known color: Salem. HEX triplet: 13, 84 and 4E. RGB value is (19,132,78). Sum of RGB (Red+Green+Blue) = 19+132+78=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #13844E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13844E is #EC7BB1. Grayscale: #5C5C5C. Windows color (decimal): -15498162 or 5145619. OLE color: 5145619.
HSL color Cylindrical-coordinate representation of color #13844E: hue angle of 151.33º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13844E is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 78 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.48 |
| HSL | 151.33º | 0.75% | 0.3% | - |
| HSV(B) | 151.33º | 0.86% | 0.52% | - |
| XYZ | 9.89 | 17.19 | 10 | - |
| YUV | 92.06 | 120.06 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 78 | 0.86 | 0 | 0.41 | 0.48 | 151.33 | 0.75 | 0.3 |
| Hex | 13 | 84 | 4E | 56 | 0 | 29 | 30 | 97 | 4B | 1E |
| Octal | 23 | 204 | 116 | 126 | 0 | 51 | 60 | 227 | 113 | 36 |
| Binary | 10011 | 10000100 | 1001110 | 1010110 | 0 | 101001 | 110000 | 10010111 | 1001011 | 11110 |
Color Harmonies of #13844E
Complementary color
Monochromatic Colors of #13844E
Black with #13844E
Text Example
Text Example
White with #13844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13844E; }
p { color: rgb(19,132,78); }
H1.HeaderClassName
{
color: #13844E;
}
.AnyTagClassName
{
color: #13844E;
}
</style>
background-color css
<style>
a { background-color: #13844E; }
a { background-color: rgb(19,132,78); }
div.DivClassName
{
background-color: #13844E;
}
.BgClassName
{
background-color: #13844E;
}
</style>
border-color css
<style>
span { border-color: #13844E; }
span { border-color: rgb(19,132,78); }
td.TdClassName
{
border-color: #13844E;
}
.TagClassName
{
border-color: #13844E;
}
</style>