Shades of Salem #198156
Tints of Salem #198156
RGB
CMYK
RGB Variations
Color information
#198156 (or 0x198156) is known color: Salem. HEX triplet: 19, 81 and 56. RGB value is (25,129,86). Sum of RGB (Red+Green+Blue) = 25+129+86=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #198156 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198156 is #E67EA9. Grayscale: #5D5D5D. Windows color (decimal): -15105706 or 5669145. OLE color: 5669145.
HSL color Cylindrical-coordinate representation of color #198156: hue angle of 155.19º 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 #198156 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 86 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.49 |
| HSL | 155.19º | 0.68% | 0.3% | - |
| HSV(B) | 155.19º | 0.81% | 0.51% | - |
| XYZ | 9.93 | 16.58 | 11.48 | - |
| YUV | 93 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 86 | 0.81 | 0 | 0.33 | 0.49 | 155.19 | 0.68 | 0.3 |
| Hex | 19 | 81 | 56 | 51 | 0 | 21 | 31 | 9B | 44 | 1E |
| Octal | 31 | 201 | 126 | 121 | 0 | 41 | 61 | 233 | 104 | 36 |
| Binary | 11001 | 10000001 | 1010110 | 1010001 | 0 | 100001 | 110001 | 10011011 | 1000100 | 11110 |
Color Harmonies of #198156
Complementary color
Monochromatic Colors of #198156
Black with #198156
Text Example
Text Example
White with #198156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198156; }
p { color: rgb(25,129,86); }
H1.HeaderClassName
{
color: #198156;
}
.AnyTagClassName
{
color: #198156;
}
</style>
background-color css
<style>
a { background-color: #198156; }
a { background-color: rgb(25,129,86); }
div.DivClassName
{
background-color: #198156;
}
.BgClassName
{
background-color: #198156;
}
</style>
border-color css
<style>
span { border-color: #198156; }
span { border-color: rgb(25,129,86); }
td.TdClassName
{
border-color: #198156;
}
.TagClassName
{
border-color: #198156;
}
</style>