Shades of Salem #198248
Tints of Salem #198248
RGB
CMYK
RGB Variations
Color information
#198248 (or 0x198248) is known color: Salem. HEX triplet: 19, 82 and 48. RGB value is (25,130,72). Sum of RGB (Red+Green+Blue) = 25+130+72=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #198248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198248 is #E67DB7. Grayscale: #5C5C5C. Windows color (decimal): -15105464 or 4751897. OLE color: 4751897.
HSL color Cylindrical-coordinate representation of color #198248: hue angle of 146.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198248 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 72 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.49 |
| HSL | 146.86º | 0.68% | 0.3% | - |
| HSV(B) | 146.86º | 0.81% | 0.51% | - |
| XYZ | 9.55 | 16.64 | 8.84 | - |
| YUV | 91.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 72 | 0.81 | 0 | 0.45 | 0.49 | 146.86 | 0.68 | 0.3 |
| Hex | 19 | 82 | 48 | 51 | 0 | 2D | 31 | 93 | 44 | 1E |
| Octal | 31 | 202 | 110 | 121 | 0 | 55 | 61 | 223 | 104 | 36 |
| Binary | 11001 | 10000010 | 1001000 | 1010001 | 0 | 101101 | 110001 | 10010011 | 1000100 | 11110 |
Color Harmonies of #198248
Complementary color
Monochromatic Colors of #198248
Black with #198248
Text Example
Text Example
White with #198248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198248; }
p { color: rgb(25,130,72); }
H1.HeaderClassName
{
color: #198248;
}
.AnyTagClassName
{
color: #198248;
}
</style>
background-color css
<style>
a { background-color: #198248; }
a { background-color: rgb(25,130,72); }
div.DivClassName
{
background-color: #198248;
}
.BgClassName
{
background-color: #198248;
}
</style>
border-color css
<style>
span { border-color: #198248; }
span { border-color: rgb(25,130,72); }
td.TdClassName
{
border-color: #198248;
}
.TagClassName
{
border-color: #198248;
}
</style>