Shades of Salem #199149
Tints of Salem #199149
RGB
CMYK
RGB Variations
Color information
#199149 (or 0x199149) is known color: Salem. HEX triplet: 19, 91 and 49. RGB value is (25,145,73). Sum of RGB (Red+Green+Blue) = 25+145+73=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #199149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199149 is #E66EB6. Grayscale: #656565. Windows color (decimal): -15101623 or 4821273. OLE color: 4821273.
HSL color Cylindrical-coordinate representation of color #199149: hue angle of 144º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199149 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 73 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.43 |
| HSL | 144º | 0.71% | 0.33% | - |
| HSV(B) | 144º | 0.83% | 0.57% | - |
| XYZ | 11.73 | 20.94 | 9.73 | - |
| YUV | 100.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 73 | 0.83 | 0 | 0.50 | 0.43 | 144 | 0.71 | 0.33 |
| Hex | 19 | 91 | 49 | 53 | 0 | 32 | 2B | 90 | 47 | 21 |
| Octal | 31 | 221 | 111 | 123 | 0 | 62 | 53 | 220 | 107 | 41 |
| Binary | 11001 | 10010001 | 1001001 | 1010011 | 0 | 110010 | 101011 | 10010000 | 1000111 | 100001 |
Color Harmonies of #199149
Complementary color
Monochromatic Colors of #199149
Black with #199149
Text Example
Text Example
White with #199149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199149; }
p { color: rgb(25,145,73); }
H1.HeaderClassName
{
color: #199149;
}
.AnyTagClassName
{
color: #199149;
}
</style>
background-color css
<style>
a { background-color: #199149; }
a { background-color: rgb(25,145,73); }
div.DivClassName
{
background-color: #199149;
}
.BgClassName
{
background-color: #199149;
}
</style>
border-color css
<style>
span { border-color: #199149; }
span { border-color: rgb(25,145,73); }
td.TdClassName
{
border-color: #199149;
}
.TagClassName
{
border-color: #199149;
}
</style>