Shades of Salem #198D40
Tints of Salem #198D40
RGB
CMYK
RGB Variations
Color information
#198D40 (or 0x198D40) is known color: Salem. HEX triplet: 19, 8D and 40. RGB value is (25,141,64). Sum of RGB (Red+Green+Blue) = 25+141+64=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 141 (55.47% from 255 or 61.30% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 141 - color contains mainly: green. Hex color #198D40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198D40 is #E672BF. Grayscale: #616161. Windows color (decimal): -15102656 or 4230425. OLE color: 4230425.
HSL color Cylindrical-coordinate representation of color #198D40: hue angle of 140.17º 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 #198D40 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 64 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.45 |
| HSL | 140.17º | 0.7% | 0.33% | - |
| HSV(B) | 140.17º | 0.82% | 0.55% | - |
| XYZ | 10.85 | 19.63 | 8.07 | - |
| YUV | 97.54 | 109.07 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 64 | 0.82 | 0 | 0.55 | 0.45 | 140.17 | 0.7 | 0.33 |
| Hex | 19 | 8D | 40 | 52 | 0 | 37 | 2D | 8C | 46 | 21 |
| Octal | 31 | 215 | 100 | 122 | 0 | 67 | 55 | 214 | 106 | 41 |
| Binary | 11001 | 10001101 | 1000000 | 1010010 | 0 | 110111 | 101101 | 10001100 | 1000110 | 100001 |
Color Harmonies of #198D40
Complementary color
Monochromatic Colors of #198D40
Black with #198D40
Text Example
Text Example
White with #198D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D40; }
p { color: rgb(25,141,64); }
H1.HeaderClassName
{
color: #198D40;
}
.AnyTagClassName
{
color: #198D40;
}
</style>
background-color css
<style>
a { background-color: #198D40; }
a { background-color: rgb(25,141,64); }
div.DivClassName
{
background-color: #198D40;
}
.BgClassName
{
background-color: #198D40;
}
</style>
border-color css
<style>
span { border-color: #198D40; }
span { border-color: rgb(25,141,64); }
td.TdClassName
{
border-color: #198D40;
}
.TagClassName
{
border-color: #198D40;
}
</style>