Shades of Salem #198C4C
Tints of Salem #198C4C
RGB
CMYK
RGB Variations
Color information
#198C4C (or 0x198C4C) is known color: Salem. HEX triplet: 19, 8C and 4C. RGB value is (25,140,76). Sum of RGB (Red+Green+Blue) = 25+140+76=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #198C4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198C4C is #E673B3. Grayscale: #626262. Windows color (decimal): -15102900 or 5016601. OLE color: 5016601.
HSL color Cylindrical-coordinate representation of color #198C4C: hue angle of 146.61º 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 #198C4C is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 76 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.45 |
| HSL | 146.61º | 0.7% | 0.32% | - |
| HSV(B) | 146.61º | 0.82% | 0.55% | - |
| XYZ | 11.08 | 19.48 | 10.01 | - |
| YUV | 98.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 76 | 0.82 | 0 | 0.46 | 0.45 | 146.61 | 0.7 | 0.32 |
| Hex | 19 | 8C | 4C | 52 | 0 | 2E | 2D | 93 | 46 | 20 |
| Octal | 31 | 214 | 114 | 122 | 0 | 56 | 55 | 223 | 106 | 40 |
| Binary | 11001 | 10001100 | 1001100 | 1010010 | 0 | 101110 | 101101 | 10010011 | 1000110 | 100000 |
Color Harmonies of #198C4C
Complementary color
Monochromatic Colors of #198C4C
Black with #198C4C
Text Example
Text Example
White with #198C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C4C; }
p { color: rgb(25,140,76); }
H1.HeaderClassName
{
color: #198C4C;
}
.AnyTagClassName
{
color: #198C4C;
}
</style>
background-color css
<style>
a { background-color: #198C4C; }
a { background-color: rgb(25,140,76); }
div.DivClassName
{
background-color: #198C4C;
}
.BgClassName
{
background-color: #198C4C;
}
</style>
border-color css
<style>
span { border-color: #198C4C; }
span { border-color: rgb(25,140,76); }
td.TdClassName
{
border-color: #198C4C;
}
.TagClassName
{
border-color: #198C4C;
}
</style>