Shades of Salem #13844C
Tints of Salem #13844C
RGB
CMYK
RGB Variations
Color information
#13844C (or 0x13844C) is known color: Salem. HEX triplet: 13, 84 and 4C. RGB value is (19,132,76). Sum of RGB (Red+Green+Blue) = 19+132+76=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #13844C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13844C is #EC7BB3. Grayscale: #5B5B5B. Windows color (decimal): -15498164 or 5014547. OLE color: 5014547.
HSL color Cylindrical-coordinate representation of color #13844C: hue angle of 150.27º 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 #13844C is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 76 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.48 |
| HSL | 150.27º | 0.75% | 0.3% | - |
| HSV(B) | 150.27º | 0.86% | 0.52% | - |
| XYZ | 9.82 | 17.16 | 9.63 | - |
| YUV | 91.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 76 | 0.86 | 0 | 0.42 | 0.48 | 150.27 | 0.75 | 0.3 |
| Hex | 13 | 84 | 4C | 56 | 0 | 2A | 30 | 96 | 4B | 1E |
| Octal | 23 | 204 | 114 | 126 | 0 | 52 | 60 | 226 | 113 | 36 |
| Binary | 10011 | 10000100 | 1001100 | 1010110 | 0 | 101010 | 110000 | 10010110 | 1001011 | 11110 |
Color Harmonies of #13844C
Complementary color
Monochromatic Colors of #13844C
Black with #13844C
Text Example
Text Example
White with #13844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13844C; }
p { color: rgb(19,132,76); }
H1.HeaderClassName
{
color: #13844C;
}
.AnyTagClassName
{
color: #13844C;
}
</style>
background-color css
<style>
a { background-color: #13844C; }
a { background-color: rgb(19,132,76); }
div.DivClassName
{
background-color: #13844C;
}
.BgClassName
{
background-color: #13844C;
}
</style>
border-color css
<style>
span { border-color: #13844C; }
span { border-color: rgb(19,132,76); }
td.TdClassName
{
border-color: #13844C;
}
.TagClassName
{
border-color: #13844C;
}
</style>