Shades of Salem #198659
Tints of Salem #198659
RGB
CMYK
RGB Variations
Color information
#198659 (or 0x198659) is known color: Salem. HEX triplet: 19, 86 and 59. RGB value is (25,134,89). Sum of RGB (Red+Green+Blue) = 25+134+89=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #198659 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198659 is #E679A6. Grayscale: #606060. Windows color (decimal): -15104423 or 5867033. OLE color: 5867033.
HSL color Cylindrical-coordinate representation of color #198659: hue angle of 155.23º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198659 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 89 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.47 |
| HSL | 155.23º | 0.69% | 0.31% | - |
| HSV(B) | 155.23º | 0.81% | 0.53% | - |
| XYZ | 10.73 | 17.98 | 12.36 | - |
| YUV | 96.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 89 | 0.81 | 0 | 0.34 | 0.47 | 155.23 | 0.69 | 0.31 |
| Hex | 19 | 86 | 59 | 51 | 0 | 22 | 2F | 9B | 45 | 1F |
| Octal | 31 | 206 | 131 | 121 | 0 | 42 | 57 | 233 | 105 | 37 |
| Binary | 11001 | 10000110 | 1011001 | 1010001 | 0 | 100010 | 101111 | 10011011 | 1000101 | 11111 |
Color Harmonies of #198659
Complementary color
Monochromatic Colors of #198659
Black with #198659
Text Example
Text Example
White with #198659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198659; }
p { color: rgb(25,134,89); }
H1.HeaderClassName
{
color: #198659;
}
.AnyTagClassName
{
color: #198659;
}
</style>
background-color css
<style>
a { background-color: #198659; }
a { background-color: rgb(25,134,89); }
div.DivClassName
{
background-color: #198659;
}
.BgClassName
{
background-color: #198659;
}
</style>
border-color css
<style>
span { border-color: #198659; }
span { border-color: rgb(25,134,89); }
td.TdClassName
{
border-color: #198659;
}
.TagClassName
{
border-color: #198659;
}
</style>