Shades of Salem #198851
Tints of Salem #198851
RGB
CMYK
RGB Variations
Color information
#198851 (or 0x198851) is known color: Salem. HEX triplet: 19, 88 and 51. RGB value is (25,136,81). Sum of RGB (Red+Green+Blue) = 25+136+81=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #198851 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198851 is #E677AE. Grayscale: #606060. Windows color (decimal): -15103919 or 5343257. OLE color: 5343257.
HSL color Cylindrical-coordinate representation of color #198851: hue angle of 150.27º 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 #198851 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 81 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.47 |
| HSL | 150.27º | 0.69% | 0.32% | - |
| HSV(B) | 150.27º | 0.82% | 0.53% | - |
| XYZ | 10.69 | 18.41 | 10.77 | - |
| YUV | 96.54 | 119.23 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 81 | 0.82 | 0 | 0.40 | 0.47 | 150.27 | 0.69 | 0.32 |
| Hex | 19 | 88 | 51 | 52 | 0 | 28 | 2F | 96 | 45 | 20 |
| Octal | 31 | 210 | 121 | 122 | 0 | 50 | 57 | 226 | 105 | 40 |
| Binary | 11001 | 10001000 | 1010001 | 1010010 | 0 | 101000 | 101111 | 10010110 | 1000101 | 100000 |
Color Harmonies of #198851
Complementary color
Monochromatic Colors of #198851
Black with #198851
Text Example
Text Example
White with #198851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198851; }
p { color: rgb(25,136,81); }
H1.HeaderClassName
{
color: #198851;
}
.AnyTagClassName
{
color: #198851;
}
</style>
background-color css
<style>
a { background-color: #198851; }
a { background-color: rgb(25,136,81); }
div.DivClassName
{
background-color: #198851;
}
.BgClassName
{
background-color: #198851;
}
</style>
border-color css
<style>
span { border-color: #198851; }
span { border-color: rgb(25,136,81); }
td.TdClassName
{
border-color: #198851;
}
.TagClassName
{
border-color: #198851;
}
</style>