Shades of Salem #198D58
Tints of Salem #198D58
RGB
CMYK
RGB Variations
Color information
#198D58 (or 0x198D58) is known color: Salem. HEX triplet: 19, 8D and 58. RGB value is (25,141,88). Sum of RGB (Red+Green+Blue) = 25+141+88=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #198D58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198D58 is #E672A7. Grayscale: #646464. Windows color (decimal): -15102632 or 5803289. OLE color: 5803289.
HSL color Cylindrical-coordinate representation of color #198D58: hue angle of 152.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198D58 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 88 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.45 |
| HSL | 152.59º | 0.7% | 0.33% | - |
| HSV(B) | 152.59º | 0.82% | 0.55% | - |
| XYZ | 11.69 | 19.96 | 12.47 | - |
| YUV | 100.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 88 | 0.82 | 0 | 0.38 | 0.45 | 152.59 | 0.7 | 0.33 |
| Hex | 19 | 8D | 58 | 52 | 0 | 26 | 2D | 99 | 46 | 21 |
| Octal | 31 | 215 | 130 | 122 | 0 | 46 | 55 | 231 | 106 | 41 |
| Binary | 11001 | 10001101 | 1011000 | 1010010 | 0 | 100110 | 101101 | 10011001 | 1000110 | 100001 |
Color Harmonies of #198D58
Complementary color
Monochromatic Colors of #198D58
Black with #198D58
Text Example
Text Example
White with #198D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D58; }
p { color: rgb(25,141,88); }
H1.HeaderClassName
{
color: #198D58;
}
.AnyTagClassName
{
color: #198D58;
}
</style>
background-color css
<style>
a { background-color: #198D58; }
a { background-color: rgb(25,141,88); }
div.DivClassName
{
background-color: #198D58;
}
.BgClassName
{
background-color: #198D58;
}
</style>
border-color css
<style>
span { border-color: #198D58; }
span { border-color: rgb(25,141,88); }
td.TdClassName
{
border-color: #198D58;
}
.TagClassName
{
border-color: #198D58;
}
</style>