Shades of Salem #13933F
Tints of Salem #13933F
RGB
CMYK
RGB Variations
Color information
#13933F (or 0x13933F) is known color: Salem. HEX triplet: 13, 93 and 3F. RGB value is (19,147,63). Sum of RGB (Red+Green+Blue) = 19+147+63=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 147 (57.81% from 255 or 64.19% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 147 - color contains mainly: green. Hex color #13933F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13933F is #EC6CC0. Grayscale: #636363. Windows color (decimal): -15494337 or 4166419. OLE color: 4166419.
HSL color Cylindrical-coordinate representation of color #13933F: hue angle of 140.62º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13933F is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 63 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.42 |
| HSL | 140.63º | 0.77% | 0.33% | - |
| HSV(B) | 140.63º | 0.87% | 0.58% | - |
| XYZ | 11.6 | 21.36 | 8.22 | - |
| YUV | 99.15 | 107.59 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 63 | 0.87 | 0 | 0.57 | 0.42 | 140.63 | 0.77 | 0.33 |
| Hex | 13 | 93 | 3F | 57 | 0 | 39 | 2A | 8D | 4D | 21 |
| Octal | 23 | 223 | 77 | 127 | 0 | 71 | 52 | 215 | 115 | 41 |
| Binary | 10011 | 10010011 | 111111 | 1010111 | 0 | 111001 | 101010 | 10001101 | 1001101 | 100001 |
Color Harmonies of #13933F
Complementary color
Monochromatic Colors of #13933F
Black with #13933F
Text Example
Text Example
White with #13933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13933F; }
p { color: rgb(19,147,63); }
H1.HeaderClassName
{
color: #13933F;
}
.AnyTagClassName
{
color: #13933F;
}
</style>
background-color css
<style>
a { background-color: #13933F; }
a { background-color: rgb(19,147,63); }
div.DivClassName
{
background-color: #13933F;
}
.BgClassName
{
background-color: #13933F;
}
</style>
border-color css
<style>
span { border-color: #13933F; }
span { border-color: rgb(19,147,63); }
td.TdClassName
{
border-color: #13933F;
}
.TagClassName
{
border-color: #13933F;
}
</style>