Shades of Salem #199049
Tints of Salem #199049
RGB
CMYK
RGB Variations
Color information
#199049 (or 0x199049) is known color: Salem. HEX triplet: 19, 90 and 49. RGB value is (25,144,73). Sum of RGB (Red+Green+Blue) = 25+144+73=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #199049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199049 is #E66FB6. Grayscale: #646464. Windows color (decimal): -15101879 or 4821017. OLE color: 4821017.
HSL color Cylindrical-coordinate representation of color #199049: hue angle of 144.2º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199049 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 144 | 73 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.44 |
| HSL | 144.2º | 0.7% | 0.33% | - |
| HSV(B) | 144.2º | 0.83% | 0.56% | - |
| XYZ | 11.58 | 20.63 | 9.68 | - |
| YUV | 100.33 | 112.58 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 73 | 0.83 | 0 | 0.49 | 0.44 | 144.2 | 0.7 | 0.33 |
| Hex | 19 | 90 | 49 | 53 | 0 | 31 | 2C | 90 | 46 | 21 |
| Octal | 31 | 220 | 111 | 123 | 0 | 61 | 54 | 220 | 106 | 41 |
| Binary | 11001 | 10010000 | 1001001 | 1010011 | 0 | 110001 | 101100 | 10010000 | 1000110 | 100001 |
Color Harmonies of #199049
Complementary color
Monochromatic Colors of #199049
Black with #199049
Text Example
Text Example
White with #199049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199049; }
p { color: rgb(25,144,73); }
H1.HeaderClassName
{
color: #199049;
}
.AnyTagClassName
{
color: #199049;
}
</style>
background-color css
<style>
a { background-color: #199049; }
a { background-color: rgb(25,144,73); }
div.DivClassName
{
background-color: #199049;
}
.BgClassName
{
background-color: #199049;
}
</style>
border-color css
<style>
span { border-color: #199049; }
span { border-color: rgb(25,144,73); }
td.TdClassName
{
border-color: #199049;
}
.TagClassName
{
border-color: #199049;
}
</style>