Shades of Salem #198C50
Tints of Salem #198C50
RGB
CMYK
RGB Variations
Color information
#198C50 (or 0x198C50) is known color: Salem. HEX triplet: 19, 8C and 50. RGB value is (25,140,80). Sum of RGB (Red+Green+Blue) = 25+140+80=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #198C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C50 is #E673AF. Grayscale: #626262. Windows color (decimal): -15102896 or 5278745. OLE color: 5278745.
HSL color Cylindrical-coordinate representation of color #198C50: hue angle of 148.7º 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 #198C50 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 80 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.45 |
| HSL | 148.7º | 0.7% | 0.32% | - |
| HSV(B) | 148.7º | 0.82% | 0.55% | - |
| XYZ | 11.23 | 19.54 | 10.77 | - |
| YUV | 98.78 | 117.4 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 80 | 0.82 | 0 | 0.43 | 0.45 | 148.7 | 0.7 | 0.32 |
| Hex | 19 | 8C | 50 | 52 | 0 | 2B | 2D | 95 | 46 | 20 |
| Octal | 31 | 214 | 120 | 122 | 0 | 53 | 55 | 225 | 106 | 40 |
| Binary | 11001 | 10001100 | 1010000 | 1010010 | 0 | 101011 | 101101 | 10010101 | 1000110 | 100000 |
Color Harmonies of #198C50
Complementary color
Monochromatic Colors of #198C50
Black with #198C50
Text Example
Text Example
White with #198C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C50; }
p { color: rgb(25,140,80); }
H1.HeaderClassName
{
color: #198C50;
}
.AnyTagClassName
{
color: #198C50;
}
</style>
background-color css
<style>
a { background-color: #198C50; }
a { background-color: rgb(25,140,80); }
div.DivClassName
{
background-color: #198C50;
}
.BgClassName
{
background-color: #198C50;
}
</style>
border-color css
<style>
span { border-color: #198C50; }
span { border-color: rgb(25,140,80); }
td.TdClassName
{
border-color: #198C50;
}
.TagClassName
{
border-color: #198C50;
}
</style>