Shades of Salem #198847
Tints of Salem #198847
RGB
CMYK
RGB Variations
Color information
#198847 (or 0x198847) is known color: Salem. HEX triplet: 19, 88 and 47. RGB value is (25,136,71). Sum of RGB (Red+Green+Blue) = 25+136+71=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #198847 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198847 is #E677B8. Grayscale: #5F5F5F. Windows color (decimal): -15103929 or 4687897. OLE color: 4687897.
HSL color Cylindrical-coordinate representation of color #198847: hue angle of 144.86º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198847 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 71 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.47 |
| HSL | 144.86º | 0.69% | 0.32% | - |
| HSV(B) | 144.86º | 0.82% | 0.53% | - |
| XYZ | 10.34 | 18.27 | 8.94 | - |
| YUV | 95.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 71 | 0.82 | 0 | 0.48 | 0.47 | 144.86 | 0.69 | 0.32 |
| Hex | 19 | 88 | 47 | 52 | 0 | 30 | 2F | 91 | 45 | 20 |
| Octal | 31 | 210 | 107 | 122 | 0 | 60 | 57 | 221 | 105 | 40 |
| Binary | 11001 | 10001000 | 1000111 | 1010010 | 0 | 110000 | 101111 | 10010001 | 1000101 | 100000 |
Color Harmonies of #198847
Complementary color
Monochromatic Colors of #198847
Black with #198847
Text Example
Text Example
White with #198847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198847; }
p { color: rgb(25,136,71); }
H1.HeaderClassName
{
color: #198847;
}
.AnyTagClassName
{
color: #198847;
}
</style>
background-color css
<style>
a { background-color: #198847; }
a { background-color: rgb(25,136,71); }
div.DivClassName
{
background-color: #198847;
}
.BgClassName
{
background-color: #198847;
}
</style>
border-color css
<style>
span { border-color: #198847; }
span { border-color: rgb(25,136,71); }
td.TdClassName
{
border-color: #198847;
}
.TagClassName
{
border-color: #198847;
}
</style>