Shades of Salem #198D52
Tints of Salem #198D52
RGB
CMYK
RGB Variations
Color information
#198D52 (or 0x198D52) is known color: Salem. HEX triplet: 19, 8D and 52. RGB value is (25,141,82). Sum of RGB (Red+Green+Blue) = 25+141+82=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #198D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198D52 is #E672AD. Grayscale: #636363. Windows color (decimal): -15102638 or 5410073. OLE color: 5410073.
HSL color Cylindrical-coordinate representation of color #198D52: hue angle of 149.48º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198D52 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 82 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.45 |
| HSL | 149.48º | 0.7% | 0.33% | - |
| HSV(B) | 149.48º | 0.82% | 0.55% | - |
| XYZ | 11.45 | 19.87 | 11.21 | - |
| YUV | 99.59 | 118.07 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 82 | 0.82 | 0 | 0.42 | 0.45 | 149.48 | 0.7 | 0.33 |
| Hex | 19 | 8D | 52 | 52 | 0 | 2A | 2D | 95 | 46 | 21 |
| Octal | 31 | 215 | 122 | 122 | 0 | 52 | 55 | 225 | 106 | 41 |
| Binary | 11001 | 10001101 | 1010010 | 1010010 | 0 | 101010 | 101101 | 10010101 | 1000110 | 100001 |
Color Harmonies of #198D52
Complementary color
Monochromatic Colors of #198D52
Black with #198D52
Text Example
Text Example
White with #198D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D52; }
p { color: rgb(25,141,82); }
H1.HeaderClassName
{
color: #198D52;
}
.AnyTagClassName
{
color: #198D52;
}
</style>
background-color css
<style>
a { background-color: #198D52; }
a { background-color: rgb(25,141,82); }
div.DivClassName
{
background-color: #198D52;
}
.BgClassName
{
background-color: #198D52;
}
</style>
border-color css
<style>
span { border-color: #198D52; }
span { border-color: rgb(25,141,82); }
td.TdClassName
{
border-color: #198D52;
}
.TagClassName
{
border-color: #198D52;
}
</style>