Shades of Salem #13934C
Tints of Salem #13934C
RGB
CMYK
RGB Variations
Color information
#13934C (or 0x13934C) is known color: Salem. HEX triplet: 13, 93 and 4C. RGB value is (19,147,76). Sum of RGB (Red+Green+Blue) = 19+147+76=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #13934C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13934C is #EC6CB3. Grayscale: #646464. Windows color (decimal): -15494324 or 5018387. OLE color: 5018387.
HSL color Cylindrical-coordinate representation of color #13934C: hue angle of 146.72º 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 #13934C is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 76 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.42 |
| HSL | 146.72º | 0.77% | 0.33% | - |
| HSV(B) | 146.72º | 0.87% | 0.58% | - |
| XYZ | 12.01 | 21.53 | 10.36 | - |
| YUV | 100.63 | 114.09 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 76 | 0.87 | 0 | 0.48 | 0.42 | 146.72 | 0.77 | 0.33 |
| Hex | 13 | 93 | 4C | 57 | 0 | 30 | 2A | 93 | 4D | 21 |
| Octal | 23 | 223 | 114 | 127 | 0 | 60 | 52 | 223 | 115 | 41 |
| Binary | 10011 | 10010011 | 1001100 | 1010111 | 0 | 110000 | 101010 | 10010011 | 1001101 | 100001 |
Color Harmonies of #13934C
Complementary color
Monochromatic Colors of #13934C
Black with #13934C
Text Example
Text Example
White with #13934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13934C; }
p { color: rgb(19,147,76); }
H1.HeaderClassName
{
color: #13934C;
}
.AnyTagClassName
{
color: #13934C;
}
</style>
background-color css
<style>
a { background-color: #13934C; }
a { background-color: rgb(19,147,76); }
div.DivClassName
{
background-color: #13934C;
}
.BgClassName
{
background-color: #13934C;
}
</style>
border-color css
<style>
span { border-color: #13934C; }
span { border-color: rgb(19,147,76); }
td.TdClassName
{
border-color: #13934C;
}
.TagClassName
{
border-color: #13934C;
}
</style>