Shades of Salem #198850
Tints of Salem #198850
RGB
CMYK
RGB Variations
Color information
#198850 (or 0x198850) is known color: Salem. HEX triplet: 19, 88 and 50. RGB value is (25,136,80). Sum of RGB (Red+Green+Blue) = 25+136+80=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #198850 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198850 is #E677AF. Grayscale: #606060. Windows color (decimal): -15103920 or 5277721. OLE color: 5277721.
HSL color Cylindrical-coordinate representation of color #198850: hue angle of 149.73º 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 #198850 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 80 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.47 |
| HSL | 149.73º | 0.69% | 0.32% | - |
| HSV(B) | 149.73º | 0.82% | 0.53% | - |
| XYZ | 10.65 | 18.39 | 10.58 | - |
| YUV | 96.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 80 | 0.82 | 0 | 0.41 | 0.47 | 149.73 | 0.69 | 0.32 |
| Hex | 19 | 88 | 50 | 52 | 0 | 29 | 2F | 96 | 45 | 20 |
| Octal | 31 | 210 | 120 | 122 | 0 | 51 | 57 | 226 | 105 | 40 |
| Binary | 11001 | 10001000 | 1010000 | 1010010 | 0 | 101001 | 101111 | 10010110 | 1000101 | 100000 |
Color Harmonies of #198850
Complementary color
Monochromatic Colors of #198850
Black with #198850
Text Example
Text Example
White with #198850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198850; }
p { color: rgb(25,136,80); }
H1.HeaderClassName
{
color: #198850;
}
.AnyTagClassName
{
color: #198850;
}
</style>
background-color css
<style>
a { background-color: #198850; }
a { background-color: rgb(25,136,80); }
div.DivClassName
{
background-color: #198850;
}
.BgClassName
{
background-color: #198850;
}
</style>
border-color css
<style>
span { border-color: #198850; }
span { border-color: rgb(25,136,80); }
td.TdClassName
{
border-color: #198850;
}
.TagClassName
{
border-color: #198850;
}
</style>