Shades of Salem #198159
Tints of Salem #198159
RGB
CMYK
RGB Variations
Color information
#198159 (or 0x198159) is known color: Salem. HEX triplet: 19, 81 and 59. RGB value is (25,129,89). Sum of RGB (Red+Green+Blue) = 25+129+89=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #198159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198159 is #E67EA6. Grayscale: #5D5D5D. Windows color (decimal): -15105703 or 5865753. OLE color: 5865753.
HSL color Cylindrical-coordinate representation of color #198159: hue angle of 156.92º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198159 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 89 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.49 |
| HSL | 156.92º | 0.68% | 0.3% | - |
| HSV(B) | 156.92º | 0.81% | 0.51% | - |
| XYZ | 10.05 | 16.63 | 12.13 | - |
| YUV | 93.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 89 | 0.81 | 0 | 0.31 | 0.49 | 156.92 | 0.68 | 0.3 |
| Hex | 19 | 81 | 59 | 51 | 0 | 1F | 31 | 9D | 44 | 1E |
| Octal | 31 | 201 | 131 | 121 | 0 | 37 | 61 | 235 | 104 | 36 |
| Binary | 11001 | 10000001 | 1011001 | 1010001 | 0 | 11111 | 110001 | 10011101 | 1000100 | 11110 |
Color Harmonies of #198159
Complementary color
Monochromatic Colors of #198159
Black with #198159
Text Example
Text Example
White with #198159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198159; }
p { color: rgb(25,129,89); }
H1.HeaderClassName
{
color: #198159;
}
.AnyTagClassName
{
color: #198159;
}
</style>
background-color css
<style>
a { background-color: #198159; }
a { background-color: rgb(25,129,89); }
div.DivClassName
{
background-color: #198159;
}
.BgClassName
{
background-color: #198159;
}
</style>
border-color css
<style>
span { border-color: #198159; }
span { border-color: rgb(25,129,89); }
td.TdClassName
{
border-color: #198159;
}
.TagClassName
{
border-color: #198159;
}
</style>