Shades of Salem #198A51
Tints of Salem #198A51
RGB
CMYK
RGB Variations
Color information
#198A51 (or 0x198A51) is known color: Salem. HEX triplet: 19, 8A and 51. RGB value is (25,138,81). Sum of RGB (Red+Green+Blue) = 25+138+81=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #198A51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198A51 is #E675AE. Grayscale: #616161. Windows color (decimal): -15103407 or 5343769. OLE color: 5343769.
HSL color Cylindrical-coordinate representation of color #198A51: hue angle of 149.73º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A51 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 138 | 81 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.46 |
| HSL | 149.73º | 0.69% | 0.32% | - |
| HSV(B) | 149.73º | 0.82% | 0.54% | - |
| XYZ | 10.97 | 18.98 | 10.87 | - |
| YUV | 97.72 | 118.56 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 81 | 0.82 | 0 | 0.41 | 0.46 | 149.73 | 0.69 | 0.32 |
| Hex | 19 | 8A | 51 | 52 | 0 | 29 | 2E | 96 | 45 | 20 |
| Octal | 31 | 212 | 121 | 122 | 0 | 51 | 56 | 226 | 105 | 40 |
| Binary | 11001 | 10001010 | 1010001 | 1010010 | 0 | 101001 | 101110 | 10010110 | 1000101 | 100000 |
Color Harmonies of #198A51
Complementary color
Monochromatic Colors of #198A51
Black with #198A51
Text Example
Text Example
White with #198A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198A51; }
p { color: rgb(25,138,81); }
H1.HeaderClassName
{
color: #198A51;
}
.AnyTagClassName
{
color: #198A51;
}
</style>
background-color css
<style>
a { background-color: #198A51; }
a { background-color: rgb(25,138,81); }
div.DivClassName
{
background-color: #198A51;
}
.BgClassName
{
background-color: #198A51;
}
</style>
border-color css
<style>
span { border-color: #198A51; }
span { border-color: rgb(25,138,81); }
td.TdClassName
{
border-color: #198A51;
}
.TagClassName
{
border-color: #198A51;
}
</style>