Shades of Salem #198359
Tints of Salem #198359
RGB
CMYK
RGB Variations
Color information
#198359 (or 0x198359) is known color: Salem. HEX triplet: 19, 83 and 59. RGB value is (25,131,89). Sum of RGB (Red+Green+Blue) = 25+131+89=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #198359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198359 is #E67CA6. Grayscale: #5E5E5E. Windows color (decimal): -15105191 or 5866265. OLE color: 5866265.
HSL color Cylindrical-coordinate representation of color #198359: hue angle of 156.23º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198359 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 89 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.49 |
| HSL | 156.23º | 0.68% | 0.31% | - |
| HSV(B) | 156.23º | 0.81% | 0.51% | - |
| XYZ | 10.32 | 17.16 | 12.22 | - |
| YUV | 94.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 89 | 0.81 | 0 | 0.32 | 0.49 | 156.23 | 0.68 | 0.31 |
| Hex | 19 | 83 | 59 | 51 | 0 | 20 | 31 | 9C | 44 | 1F |
| Octal | 31 | 203 | 131 | 121 | 0 | 40 | 61 | 234 | 104 | 37 |
| Binary | 11001 | 10000011 | 1011001 | 1010001 | 0 | 100000 | 110001 | 10011100 | 1000100 | 11111 |
Color Harmonies of #198359
Complementary color
Monochromatic Colors of #198359
Black with #198359
Text Example
Text Example
White with #198359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198359; }
p { color: rgb(25,131,89); }
H1.HeaderClassName
{
color: #198359;
}
.AnyTagClassName
{
color: #198359;
}
</style>
background-color css
<style>
a { background-color: #198359; }
a { background-color: rgb(25,131,89); }
div.DivClassName
{
background-color: #198359;
}
.BgClassName
{
background-color: #198359;
}
</style>
border-color css
<style>
span { border-color: #198359; }
span { border-color: rgb(25,131,89); }
td.TdClassName
{
border-color: #198359;
}
.TagClassName
{
border-color: #198359;
}
</style>