Shades of Salem #198855
Tints of Salem #198855
RGB
CMYK
RGB Variations
Color information
#198855 (or 0x198855) is known color: Salem. HEX triplet: 19, 88 and 55. RGB value is (25,136,85). Sum of RGB (Red+Green+Blue) = 25+136+85=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #198855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198855 is #E677AA. Grayscale: #616161. Windows color (decimal): -15103915 or 5605401. OLE color: 5605401.
HSL color Cylindrical-coordinate representation of color #198855: hue angle of 152.43º 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 #198855 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 85 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.47 |
| HSL | 152.43º | 0.69% | 0.32% | - |
| HSV(B) | 152.43º | 0.82% | 0.53% | - |
| XYZ | 10.84 | 18.47 | 11.59 | - |
| YUV | 97 | 121.23 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 85 | 0.82 | 0 | 0.38 | 0.47 | 152.43 | 0.69 | 0.32 |
| Hex | 19 | 88 | 55 | 52 | 0 | 26 | 2F | 98 | 45 | 20 |
| Octal | 31 | 210 | 125 | 122 | 0 | 46 | 57 | 230 | 105 | 40 |
| Binary | 11001 | 10001000 | 1010101 | 1010010 | 0 | 100110 | 101111 | 10011000 | 1000101 | 100000 |
Color Harmonies of #198855
Complementary color
Monochromatic Colors of #198855
Black with #198855
Text Example
Text Example
White with #198855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198855; }
p { color: rgb(25,136,85); }
H1.HeaderClassName
{
color: #198855;
}
.AnyTagClassName
{
color: #198855;
}
</style>
background-color css
<style>
a { background-color: #198855; }
a { background-color: rgb(25,136,85); }
div.DivClassName
{
background-color: #198855;
}
.BgClassName
{
background-color: #198855;
}
</style>
border-color css
<style>
span { border-color: #198855; }
span { border-color: rgb(25,136,85); }
td.TdClassName
{
border-color: #198855;
}
.TagClassName
{
border-color: #198855;
}
</style>