Shades of Salem #198C4D
Tints of Salem #198C4D
RGB
CMYK
RGB Variations
Color information
#198C4D (or 0x198C4D) is known color: Salem. HEX triplet: 19, 8C and 4D. RGB value is (25,140,77). Sum of RGB (Red+Green+Blue) = 25+140+77=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #198C4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C4D is #E673B2. Grayscale: #626262. Windows color (decimal): -15102899 or 5082137. OLE color: 5082137.
HSL color Cylindrical-coordinate representation of color #198C4D: hue angle of 147.13º 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 #198C4D is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 77 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.45 |
| HSL | 147.13º | 0.7% | 0.32% | - |
| HSV(B) | 147.13º | 0.82% | 0.55% | - |
| XYZ | 11.12 | 19.5 | 10.2 | - |
| YUV | 98.43 | 115.9 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 77 | 0.82 | 0 | 0.45 | 0.45 | 147.13 | 0.7 | 0.32 |
| Hex | 19 | 8C | 4D | 52 | 0 | 2D | 2D | 93 | 46 | 20 |
| Octal | 31 | 214 | 115 | 122 | 0 | 55 | 55 | 223 | 106 | 40 |
| Binary | 11001 | 10001100 | 1001101 | 1010010 | 0 | 101101 | 101101 | 10010011 | 1000110 | 100000 |
Color Harmonies of #198C4D
Complementary color
Monochromatic Colors of #198C4D
Black with #198C4D
Text Example
Text Example
White with #198C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C4D; }
p { color: rgb(25,140,77); }
H1.HeaderClassName
{
color: #198C4D;
}
.AnyTagClassName
{
color: #198C4D;
}
</style>
background-color css
<style>
a { background-color: #198C4D; }
a { background-color: rgb(25,140,77); }
div.DivClassName
{
background-color: #198C4D;
}
.BgClassName
{
background-color: #198C4D;
}
</style>
border-color css
<style>
span { border-color: #198C4D; }
span { border-color: rgb(25,140,77); }
td.TdClassName
{
border-color: #198C4D;
}
.TagClassName
{
border-color: #198C4D;
}
</style>