Shades of Salem #13914C
Tints of Salem #13914C
RGB
CMYK
RGB Variations
Color information
#13914C (or 0x13914C) is known color: Salem. HEX triplet: 13, 91 and 4C. RGB value is (19,145,76). Sum of RGB (Red+Green+Blue) = 19+145+76=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #13914C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13914C is #EC6EB3. Grayscale: #636363. Windows color (decimal): -15494836 or 5017875. OLE color: 5017875.
HSL color Cylindrical-coordinate representation of color #13914C: hue angle of 147.14º 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 #13914C is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 76 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.43 |
| HSL | 147.14º | 0.77% | 0.32% | - |
| HSV(B) | 147.14º | 0.87% | 0.57% | - |
| XYZ | 11.7 | 20.91 | 10.26 | - |
| YUV | 99.46 | 114.76 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 76 | 0.87 | 0 | 0.48 | 0.43 | 147.14 | 0.77 | 0.32 |
| Hex | 13 | 91 | 4C | 57 | 0 | 30 | 2B | 93 | 4D | 20 |
| Octal | 23 | 221 | 114 | 127 | 0 | 60 | 53 | 223 | 115 | 40 |
| Binary | 10011 | 10010001 | 1001100 | 1010111 | 0 | 110000 | 101011 | 10010011 | 1001101 | 100000 |
Color Harmonies of #13914C
Complementary color
Monochromatic Colors of #13914C
Black with #13914C
Text Example
Text Example
White with #13914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13914C; }
p { color: rgb(19,145,76); }
H1.HeaderClassName
{
color: #13914C;
}
.AnyTagClassName
{
color: #13914C;
}
</style>
background-color css
<style>
a { background-color: #13914C; }
a { background-color: rgb(19,145,76); }
div.DivClassName
{
background-color: #13914C;
}
.BgClassName
{
background-color: #13914C;
}
</style>
border-color css
<style>
span { border-color: #13914C; }
span { border-color: rgb(19,145,76); }
td.TdClassName
{
border-color: #13914C;
}
.TagClassName
{
border-color: #13914C;
}
</style>