Shades of Salem #198249
Tints of Salem #198249
RGB
CMYK
RGB Variations
Color information
#198249 (or 0x198249) is known color: Salem. HEX triplet: 19, 82 and 49. RGB value is (25,130,73). Sum of RGB (Red+Green+Blue) = 25+130+73=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #198249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198249 is #E67DB6. Grayscale: #5C5C5C. Windows color (decimal): -15105463 or 4817433. OLE color: 4817433.
HSL color Cylindrical-coordinate representation of color #198249: hue angle of 147.43º 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 #198249 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 73 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.49 |
| HSL | 147.43º | 0.68% | 0.3% | - |
| HSV(B) | 147.43º | 0.81% | 0.51% | - |
| XYZ | 9.59 | 16.65 | 9.01 | - |
| YUV | 92.11 | 117.21 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 73 | 0.81 | 0 | 0.44 | 0.49 | 147.43 | 0.68 | 0.3 |
| Hex | 19 | 82 | 49 | 51 | 0 | 2C | 31 | 93 | 44 | 1E |
| Octal | 31 | 202 | 111 | 121 | 0 | 54 | 61 | 223 | 104 | 36 |
| Binary | 11001 | 10000010 | 1001001 | 1010001 | 0 | 101100 | 110001 | 10010011 | 1000100 | 11110 |
Color Harmonies of #198249
Complementary color
Monochromatic Colors of #198249
Black with #198249
Text Example
Text Example
White with #198249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198249; }
p { color: rgb(25,130,73); }
H1.HeaderClassName
{
color: #198249;
}
.AnyTagClassName
{
color: #198249;
}
</style>
background-color css
<style>
a { background-color: #198249; }
a { background-color: rgb(25,130,73); }
div.DivClassName
{
background-color: #198249;
}
.BgClassName
{
background-color: #198249;
}
</style>
border-color css
<style>
span { border-color: #198249; }
span { border-color: rgb(25,130,73); }
td.TdClassName
{
border-color: #198249;
}
.TagClassName
{
border-color: #198249;
}
</style>