Shades of Salem #198B49
Tints of Salem #198B49
RGB
CMYK
RGB Variations
Color information
#198B49 (or 0x198B49) is known color: Salem. HEX triplet: 19, 8B and 49. RGB value is (25,139,73). Sum of RGB (Red+Green+Blue) = 25+139+73=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 139 (54.69% from 255 or 58.65% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 139 - color contains mainly: green. Hex color #198B49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198B49 is #E674B6. Grayscale: #616161. Windows color (decimal): -15103159 or 4819737. OLE color: 4819737.
HSL color Cylindrical-coordinate representation of color #198B49: hue angle of 145.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B49 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 139 | 73 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.45 |
| HSL | 145.26º | 0.7% | 0.32% | - |
| HSV(B) | 145.26º | 0.82% | 0.55% | - |
| XYZ | 10.84 | 19.15 | 9.43 | - |
| YUV | 97.39 | 114.23 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 73 | 0.82 | 0 | 0.47 | 0.45 | 145.26 | 0.7 | 0.32 |
| Hex | 19 | 8B | 49 | 52 | 0 | 2F | 2D | 91 | 46 | 20 |
| Octal | 31 | 213 | 111 | 122 | 0 | 57 | 55 | 221 | 106 | 40 |
| Binary | 11001 | 10001011 | 1001001 | 1010010 | 0 | 101111 | 101101 | 10010001 | 1000110 | 100000 |
Color Harmonies of #198B49
Complementary color
Monochromatic Colors of #198B49
Black with #198B49
Text Example
Text Example
White with #198B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198B49; }
p { color: rgb(25,139,73); }
H1.HeaderClassName
{
color: #198B49;
}
.AnyTagClassName
{
color: #198B49;
}
</style>
background-color css
<style>
a { background-color: #198B49; }
a { background-color: rgb(25,139,73); }
div.DivClassName
{
background-color: #198B49;
}
.BgClassName
{
background-color: #198B49;
}
</style>
border-color css
<style>
span { border-color: #198B49; }
span { border-color: rgb(25,139,73); }
td.TdClassName
{
border-color: #198B49;
}
.TagClassName
{
border-color: #198B49;
}
</style>