Shades of Salem #13913F
Tints of Salem #13913F
RGB
CMYK
RGB Variations
Color information
#13913F (or 0x13913F) is known color: Salem. HEX triplet: 13, 91 and 3F. RGB value is (19,145,63). Sum of RGB (Red+Green+Blue) = 19+145+63=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #13913F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13913F is #EC6EC0. Grayscale: #626262. Windows color (decimal): -15494849 or 4165907. OLE color: 4165907.
HSL color Cylindrical-coordinate representation of color #13913F: hue angle of 140.95º 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 #13913F is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 63 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.43 |
| HSL | 140.95º | 0.77% | 0.32% | - |
| HSV(B) | 140.95º | 0.87% | 0.57% | - |
| XYZ | 11.29 | 20.75 | 8.11 | - |
| YUV | 97.98 | 108.26 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 63 | 0.87 | 0 | 0.57 | 0.43 | 140.95 | 0.77 | 0.32 |
| Hex | 13 | 91 | 3F | 57 | 0 | 39 | 2B | 8D | 4D | 20 |
| Octal | 23 | 221 | 77 | 127 | 0 | 71 | 53 | 215 | 115 | 40 |
| Binary | 10011 | 10010001 | 111111 | 1010111 | 0 | 111001 | 101011 | 10001101 | 1001101 | 100000 |
Color Harmonies of #13913F
Complementary color
Monochromatic Colors of #13913F
Black with #13913F
Text Example
Text Example
White with #13913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13913F; }
p { color: rgb(19,145,63); }
H1.HeaderClassName
{
color: #13913F;
}
.AnyTagClassName
{
color: #13913F;
}
</style>
background-color css
<style>
a { background-color: #13913F; }
a { background-color: rgb(19,145,63); }
div.DivClassName
{
background-color: #13913F;
}
.BgClassName
{
background-color: #13913F;
}
</style>
border-color css
<style>
span { border-color: #13913F; }
span { border-color: rgb(19,145,63); }
td.TdClassName
{
border-color: #13913F;
}
.TagClassName
{
border-color: #13913F;
}
</style>