Shades of Salem #198551
Tints of Salem #198551
RGB
CMYK
RGB Variations
Color information
#198551 (or 0x198551) is known color: Salem. HEX triplet: 19, 85 and 51. RGB value is (25,133,81). Sum of RGB (Red+Green+Blue) = 25+133+81=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #198551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198551 is #E67AAE. Grayscale: #5E5E5E. Windows color (decimal): -15104687 or 5342489. OLE color: 5342489.
HSL color Cylindrical-coordinate representation of color #198551: hue angle of 151.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198551 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 81 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.48 |
| HSL | 151.11º | 0.68% | 0.31% | - |
| HSV(B) | 151.11º | 0.81% | 0.52% | - |
| XYZ | 10.27 | 17.58 | 10.64 | - |
| YUV | 94.78 | 120.22 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 81 | 0.81 | 0 | 0.39 | 0.48 | 151.11 | 0.68 | 0.31 |
| Hex | 19 | 85 | 51 | 51 | 0 | 27 | 30 | 97 | 44 | 1F |
| Octal | 31 | 205 | 121 | 121 | 0 | 47 | 60 | 227 | 104 | 37 |
| Binary | 11001 | 10000101 | 1010001 | 1010001 | 0 | 100111 | 110000 | 10010111 | 1000100 | 11111 |
Color Harmonies of #198551
Complementary color
Monochromatic Colors of #198551
Black with #198551
Text Example
Text Example
White with #198551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198551; }
p { color: rgb(25,133,81); }
H1.HeaderClassName
{
color: #198551;
}
.AnyTagClassName
{
color: #198551;
}
</style>
background-color css
<style>
a { background-color: #198551; }
a { background-color: rgb(25,133,81); }
div.DivClassName
{
background-color: #198551;
}
.BgClassName
{
background-color: #198551;
}
</style>
border-color css
<style>
span { border-color: #198551; }
span { border-color: rgb(25,133,81); }
td.TdClassName
{
border-color: #198551;
}
.TagClassName
{
border-color: #198551;
}
</style>