Shades of Salem #198459
Tints of Salem #198459
RGB
CMYK
RGB Variations
Color information
#198459 (or 0x198459) is known color: Salem. HEX triplet: 19, 84 and 59. RGB value is (25,132,89). Sum of RGB (Red+Green+Blue) = 25+132+89=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #198459 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198459 is #E67BA6. Grayscale: #5F5F5F. Windows color (decimal): -15104935 or 5866521. OLE color: 5866521.
HSL color Cylindrical-coordinate representation of color #198459: hue angle of 155.89º 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 #198459 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 132 | 89 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.48 |
| HSL | 155.89º | 0.68% | 0.31% | - |
| HSV(B) | 155.89º | 0.81% | 0.52% | - |
| XYZ | 10.46 | 17.43 | 12.26 | - |
| YUV | 95.11 | 124.55 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 89 | 0.81 | 0 | 0.33 | 0.48 | 155.89 | 0.68 | 0.31 |
| Hex | 19 | 84 | 59 | 51 | 0 | 21 | 30 | 9C | 44 | 1F |
| Octal | 31 | 204 | 131 | 121 | 0 | 41 | 60 | 234 | 104 | 37 |
| Binary | 11001 | 10000100 | 1011001 | 1010001 | 0 | 100001 | 110000 | 10011100 | 1000100 | 11111 |
Color Harmonies of #198459
Complementary color
Monochromatic Colors of #198459
Black with #198459
Text Example
Text Example
White with #198459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198459; }
p { color: rgb(25,132,89); }
H1.HeaderClassName
{
color: #198459;
}
.AnyTagClassName
{
color: #198459;
}
</style>
background-color css
<style>
a { background-color: #198459; }
a { background-color: rgb(25,132,89); }
div.DivClassName
{
background-color: #198459;
}
.BgClassName
{
background-color: #198459;
}
</style>
border-color css
<style>
span { border-color: #198459; }
span { border-color: rgb(25,132,89); }
td.TdClassName
{
border-color: #198459;
}
.TagClassName
{
border-color: #198459;
}
</style>