Shades of Salem #198358
Tints of Salem #198358
RGB
CMYK
RGB Variations
Color information
#198358 (or 0x198358) is known color: Salem. HEX triplet: 19, 83 and 58. RGB value is (25,131,88). Sum of RGB (Red+Green+Blue) = 25+131+88=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #198358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198358 is #E67CA7. Grayscale: #5E5E5E. Windows color (decimal): -15105192 or 5800729. OLE color: 5800729.
HSL color Cylindrical-coordinate representation of color #198358: hue angle of 155.66º 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 #198358 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 88 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.49 |
| HSL | 155.66º | 0.68% | 0.31% | - |
| HSV(B) | 155.66º | 0.81% | 0.51% | - |
| XYZ | 10.28 | 17.14 | 12 | - |
| YUV | 94.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 88 | 0.81 | 0 | 0.33 | 0.49 | 155.66 | 0.68 | 0.31 |
| Hex | 19 | 83 | 58 | 51 | 0 | 21 | 31 | 9C | 44 | 1F |
| Octal | 31 | 203 | 130 | 121 | 0 | 41 | 61 | 234 | 104 | 37 |
| Binary | 11001 | 10000011 | 1011000 | 1010001 | 0 | 100001 | 110001 | 10011100 | 1000100 | 11111 |
Color Harmonies of #198358
Complementary color
Monochromatic Colors of #198358
Black with #198358
Text Example
Text Example
White with #198358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198358; }
p { color: rgb(25,131,88); }
H1.HeaderClassName
{
color: #198358;
}
.AnyTagClassName
{
color: #198358;
}
</style>
background-color css
<style>
a { background-color: #198358; }
a { background-color: rgb(25,131,88); }
div.DivClassName
{
background-color: #198358;
}
.BgClassName
{
background-color: #198358;
}
</style>
border-color css
<style>
span { border-color: #198358; }
span { border-color: rgb(25,131,88); }
td.TdClassName
{
border-color: #198358;
}
.TagClassName
{
border-color: #198358;
}
</style>