Shades of Salem #198B56
Tints of Salem #198B56
RGB
CMYK
RGB Variations
Color information
#198B56 (or 0x198B56) is known color: Salem. HEX triplet: 19, 8B and 56. RGB value is (25,139,86). Sum of RGB (Red+Green+Blue) = 25+139+86=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #198B56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198B56 is #E674A9. Grayscale: #626262. Windows color (decimal): -15103146 or 5671705. OLE color: 5671705.
HSL color Cylindrical-coordinate representation of color #198B56: hue angle of 152.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B56 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 139 | 86 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.45 |
| HSL | 152.11º | 0.7% | 0.32% | - |
| HSV(B) | 152.11º | 0.82% | 0.55% | - |
| XYZ | 11.31 | 19.34 | 11.94 | - |
| YUV | 98.87 | 120.73 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 86 | 0.82 | 0 | 0.38 | 0.45 | 152.11 | 0.7 | 0.32 |
| Hex | 19 | 8B | 56 | 52 | 0 | 26 | 2D | 98 | 46 | 20 |
| Octal | 31 | 213 | 126 | 122 | 0 | 46 | 55 | 230 | 106 | 40 |
| Binary | 11001 | 10001011 | 1010110 | 1010010 | 0 | 100110 | 101101 | 10011000 | 1000110 | 100000 |
Color Harmonies of #198B56
Complementary color
Monochromatic Colors of #198B56
Black with #198B56
Text Example
Text Example
White with #198B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198B56; }
p { color: rgb(25,139,86); }
H1.HeaderClassName
{
color: #198B56;
}
.AnyTagClassName
{
color: #198B56;
}
</style>
background-color css
<style>
a { background-color: #198B56; }
a { background-color: rgb(25,139,86); }
div.DivClassName
{
background-color: #198B56;
}
.BgClassName
{
background-color: #198B56;
}
</style>
border-color css
<style>
span { border-color: #198B56; }
span { border-color: rgb(25,139,86); }
td.TdClassName
{
border-color: #198B56;
}
.TagClassName
{
border-color: #198B56;
}
</style>