Shades of Salem #198746
Tints of Salem #198746
RGB
CMYK
RGB Variations
Color information
#198746 (or 0x198746) is known color: Salem. HEX triplet: 19, 87 and 46. RGB value is (25,135,70). Sum of RGB (Red+Green+Blue) = 25+135+70=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #198746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198746 is #E678B9. Grayscale: #5E5E5E. Windows color (decimal): -15104186 or 4622105. OLE color: 4622105.
HSL color Cylindrical-coordinate representation of color #198746: hue angle of 144.55º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198746 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 135 | 70 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.47 |
| HSL | 144.55º | 0.69% | 0.31% | - |
| HSV(B) | 144.55º | 0.81% | 0.53% | - |
| XYZ | 10.17 | 17.98 | 8.73 | - |
| YUV | 94.7 | 114.06 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 70 | 0.81 | 0 | 0.48 | 0.47 | 144.55 | 0.69 | 0.31 |
| Hex | 19 | 87 | 46 | 51 | 0 | 30 | 2F | 91 | 45 | 1F |
| Octal | 31 | 207 | 106 | 121 | 0 | 60 | 57 | 221 | 105 | 37 |
| Binary | 11001 | 10000111 | 1000110 | 1010001 | 0 | 110000 | 101111 | 10010001 | 1000101 | 11111 |
Color Harmonies of #198746
Complementary color
Monochromatic Colors of #198746
Black with #198746
Text Example
Text Example
White with #198746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198746; }
p { color: rgb(25,135,70); }
H1.HeaderClassName
{
color: #198746;
}
.AnyTagClassName
{
color: #198746;
}
</style>
background-color css
<style>
a { background-color: #198746; }
a { background-color: rgb(25,135,70); }
div.DivClassName
{
background-color: #198746;
}
.BgClassName
{
background-color: #198746;
}
</style>
border-color css
<style>
span { border-color: #198746; }
span { border-color: rgb(25,135,70); }
td.TdClassName
{
border-color: #198746;
}
.TagClassName
{
border-color: #198746;
}
</style>