Shades of Salem #13924D
Tints of Salem #13924D
RGB
CMYK
RGB Variations
Color information
#13924D (or 0x13924D) is known color: Salem. HEX triplet: 13, 92 and 4D. RGB value is (19,146,77). Sum of RGB (Red+Green+Blue) = 19+146+77=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #13924D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13924D is #EC6DB2. Grayscale: #646464. Windows color (decimal): -15494579 or 5083667. OLE color: 5083667.
HSL color Cylindrical-coordinate representation of color #13924D: hue angle of 147.4º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13924D is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 77 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.43 |
| HSL | 147.4º | 0.77% | 0.32% | - |
| HSV(B) | 147.4º | 0.87% | 0.57% | - |
| XYZ | 11.89 | 21.23 | 10.49 | - |
| YUV | 100.16 | 114.92 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 77 | 0.87 | 0 | 0.47 | 0.43 | 147.4 | 0.77 | 0.32 |
| Hex | 13 | 92 | 4D | 57 | 0 | 2F | 2B | 93 | 4D | 20 |
| Octal | 23 | 222 | 115 | 127 | 0 | 57 | 53 | 223 | 115 | 40 |
| Binary | 10011 | 10010010 | 1001101 | 1010111 | 0 | 101111 | 101011 | 10010011 | 1001101 | 100000 |
Color Harmonies of #13924D
Complementary color
Monochromatic Colors of #13924D
Black with #13924D
Text Example
Text Example
White with #13924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13924D; }
p { color: rgb(19,146,77); }
H1.HeaderClassName
{
color: #13924D;
}
.AnyTagClassName
{
color: #13924D;
}
</style>
background-color css
<style>
a { background-color: #13924D; }
a { background-color: rgb(19,146,77); }
div.DivClassName
{
background-color: #13924D;
}
.BgClassName
{
background-color: #13924D;
}
</style>
border-color css
<style>
span { border-color: #13924D; }
span { border-color: rgb(19,146,77); }
td.TdClassName
{
border-color: #13924D;
}
.TagClassName
{
border-color: #13924D;
}
</style>