Shades of Salem #13913C
Tints of Salem #13913C
RGB
CMYK
RGB Variations
Color information
#13913C (or 0x13913C) is known color: Salem. HEX triplet: 13, 91 and 3C. RGB value is (19,145,60). Sum of RGB (Red+Green+Blue) = 19+145+60=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 145 (57.03% from 255 or 64.73% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 145 - color contains mainly: green. Hex color #13913C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13913C is #EC6EC3. Grayscale: #616161. Windows color (decimal): -15494852 or 3969299. OLE color: 3969299.
HSL color Cylindrical-coordinate representation of color #13913C: hue angle of 139.52º 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 #13913C is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 60 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.43 |
| HSL | 139.52º | 0.77% | 0.32% | - |
| HSV(B) | 139.52º | 0.87% | 0.57% | - |
| XYZ | 11.21 | 20.72 | 7.68 | - |
| YUV | 97.64 | 106.76 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 60 | 0.87 | 0 | 0.59 | 0.43 | 139.52 | 0.77 | 0.32 |
| Hex | 13 | 91 | 3C | 57 | 0 | 3B | 2B | 8C | 4D | 20 |
| Octal | 23 | 221 | 74 | 127 | 0 | 73 | 53 | 214 | 115 | 40 |
| Binary | 10011 | 10010001 | 111100 | 1010111 | 0 | 111011 | 101011 | 10001100 | 1001101 | 100000 |
Color Harmonies of #13913C
Complementary color
Monochromatic Colors of #13913C
Black with #13913C
Text Example
Text Example
White with #13913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13913C; }
p { color: rgb(19,145,60); }
H1.HeaderClassName
{
color: #13913C;
}
.AnyTagClassName
{
color: #13913C;
}
</style>
background-color css
<style>
a { background-color: #13913C; }
a { background-color: rgb(19,145,60); }
div.DivClassName
{
background-color: #13913C;
}
.BgClassName
{
background-color: #13913C;
}
</style>
border-color css
<style>
span { border-color: #13913C; }
span { border-color: rgb(19,145,60); }
td.TdClassName
{
border-color: #13913C;
}
.TagClassName
{
border-color: #13913C;
}
</style>