Shades of Salem #198840
Tints of Salem #198840
RGB
CMYK
RGB Variations
Color information
#198840 (or 0x198840) is known color: Salem. HEX triplet: 19, 88 and 40. RGB value is (25,136,64). Sum of RGB (Red+Green+Blue) = 25+136+64=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #198840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198840 is #E677BF. Grayscale: #5E5E5E. Windows color (decimal): -15103936 or 4229145. OLE color: 4229145.
HSL color Cylindrical-coordinate representation of color #198840: hue angle of 141.08º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198840 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 64 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.47 |
| HSL | 141.08º | 0.69% | 0.32% | - |
| HSV(B) | 141.08º | 0.82% | 0.53% | - |
| XYZ | 10.13 | 18.19 | 7.83 | - |
| YUV | 94.6 | 110.73 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 64 | 0.82 | 0 | 0.53 | 0.47 | 141.08 | 0.69 | 0.32 |
| Hex | 19 | 88 | 40 | 52 | 0 | 35 | 2F | 8D | 45 | 20 |
| Octal | 31 | 210 | 100 | 122 | 0 | 65 | 57 | 215 | 105 | 40 |
| Binary | 11001 | 10001000 | 1000000 | 1010010 | 0 | 110101 | 101111 | 10001101 | 1000101 | 100000 |
Color Harmonies of #198840
Complementary color
Monochromatic Colors of #198840
Black with #198840
Text Example
Text Example
White with #198840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198840; }
p { color: rgb(25,136,64); }
H1.HeaderClassName
{
color: #198840;
}
.AnyTagClassName
{
color: #198840;
}
</style>
background-color css
<style>
a { background-color: #198840; }
a { background-color: rgb(25,136,64); }
div.DivClassName
{
background-color: #198840;
}
.BgClassName
{
background-color: #198840;
}
</style>
border-color css
<style>
span { border-color: #198840; }
span { border-color: rgb(25,136,64); }
td.TdClassName
{
border-color: #198840;
}
.TagClassName
{
border-color: #198840;
}
</style>