Shades of Salem #198D56
Tints of Salem #198D56
RGB
CMYK
RGB Variations
Color information
#198D56 (or 0x198D56) is known color: Salem. HEX triplet: 19, 8D and 56. RGB value is (25,141,86). Sum of RGB (Red+Green+Blue) = 25+141+86=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #198D56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198D56 is #E672A9. Grayscale: #646464. Windows color (decimal): -15102634 or 5672217. OLE color: 5672217.
HSL color Cylindrical-coordinate representation of color #198D56: hue angle of 151.55º 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 #198D56 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 86 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.45 |
| HSL | 151.55º | 0.7% | 0.33% | - |
| HSV(B) | 151.55º | 0.82% | 0.55% | - |
| XYZ | 11.61 | 19.93 | 12.04 | - |
| YUV | 100.05 | 120.07 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 86 | 0.82 | 0 | 0.39 | 0.45 | 151.55 | 0.7 | 0.33 |
| Hex | 19 | 8D | 56 | 52 | 0 | 27 | 2D | 98 | 46 | 21 |
| Octal | 31 | 215 | 126 | 122 | 0 | 47 | 55 | 230 | 106 | 41 |
| Binary | 11001 | 10001101 | 1010110 | 1010010 | 0 | 100111 | 101101 | 10011000 | 1000110 | 100001 |
Color Harmonies of #198D56
Complementary color
Monochromatic Colors of #198D56
Black with #198D56
Text Example
Text Example
White with #198D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D56; }
p { color: rgb(25,141,86); }
H1.HeaderClassName
{
color: #198D56;
}
.AnyTagClassName
{
color: #198D56;
}
</style>
background-color css
<style>
a { background-color: #198D56; }
a { background-color: rgb(25,141,86); }
div.DivClassName
{
background-color: #198D56;
}
.BgClassName
{
background-color: #198D56;
}
</style>
border-color css
<style>
span { border-color: #198D56; }
span { border-color: rgb(25,141,86); }
td.TdClassName
{
border-color: #198D56;
}
.TagClassName
{
border-color: #198D56;
}
</style>