Shades of Salem #13934A
Tints of Salem #13934A
RGB
CMYK
RGB Variations
Color information
#13934A (or 0x13934A) is known color: Salem. HEX triplet: 13, 93 and 4A. RGB value is (19,147,74). Sum of RGB (Red+Green+Blue) = 19+147+74=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #13934A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13934A is #EC6CB5. Grayscale: #646464. Windows color (decimal): -15494326 or 4887315. OLE color: 4887315.
HSL color Cylindrical-coordinate representation of color #13934A: hue angle of 145.78º 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 #13934A is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 74 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.42 |
| HSL | 145.78º | 0.77% | 0.33% | - |
| HSV(B) | 145.78º | 0.87% | 0.58% | - |
| XYZ | 11.94 | 21.5 | 10 | - |
| YUV | 100.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 74 | 0.87 | 0 | 0.50 | 0.42 | 145.78 | 0.77 | 0.33 |
| Hex | 13 | 93 | 4A | 57 | 0 | 32 | 2A | 92 | 4D | 21 |
| Octal | 23 | 223 | 112 | 127 | 0 | 62 | 52 | 222 | 115 | 41 |
| Binary | 10011 | 10010011 | 1001010 | 1010111 | 0 | 110010 | 101010 | 10010010 | 1001101 | 100001 |
Color Harmonies of #13934A
Complementary color
Monochromatic Colors of #13934A
Black with #13934A
Text Example
Text Example
White with #13934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13934A; }
p { color: rgb(19,147,74); }
H1.HeaderClassName
{
color: #13934A;
}
.AnyTagClassName
{
color: #13934A;
}
</style>
background-color css
<style>
a { background-color: #13934A; }
a { background-color: rgb(19,147,74); }
div.DivClassName
{
background-color: #13934A;
}
.BgClassName
{
background-color: #13934A;
}
</style>
border-color css
<style>
span { border-color: #13934A; }
span { border-color: rgb(19,147,74); }
td.TdClassName
{
border-color: #13934A;
}
.TagClassName
{
border-color: #13934A;
}
</style>