Shades of Salem #198841
Tints of Salem #198841
RGB
CMYK
RGB Variations
Color information
#198841 (or 0x198841) is known color: Salem. HEX triplet: 19, 88 and 41. RGB value is (25,136,65). Sum of RGB (Red+Green+Blue) = 25+136+65=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #198841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198841 is #E677BE. Grayscale: #5E5E5E. Windows color (decimal): -15103935 or 4294681. OLE color: 4294681.
HSL color Cylindrical-coordinate representation of color #198841: hue angle of 141.62º 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 #198841 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 65 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.47 |
| HSL | 141.62º | 0.69% | 0.32% | - |
| HSV(B) | 141.62º | 0.82% | 0.53% | - |
| XYZ | 10.16 | 18.2 | 7.98 | - |
| YUV | 94.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 65 | 0.82 | 0 | 0.52 | 0.47 | 141.62 | 0.69 | 0.32 |
| Hex | 19 | 88 | 41 | 52 | 0 | 34 | 2F | 8E | 45 | 20 |
| Octal | 31 | 210 | 101 | 122 | 0 | 64 | 57 | 216 | 105 | 40 |
| Binary | 11001 | 10001000 | 1000001 | 1010010 | 0 | 110100 | 101111 | 10001110 | 1000101 | 100000 |
Color Harmonies of #198841
Complementary color
Monochromatic Colors of #198841
Black with #198841
Text Example
Text Example
White with #198841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198841; }
p { color: rgb(25,136,65); }
H1.HeaderClassName
{
color: #198841;
}
.AnyTagClassName
{
color: #198841;
}
</style>
background-color css
<style>
a { background-color: #198841; }
a { background-color: rgb(25,136,65); }
div.DivClassName
{
background-color: #198841;
}
.BgClassName
{
background-color: #198841;
}
</style>
border-color css
<style>
span { border-color: #198841; }
span { border-color: rgb(25,136,65); }
td.TdClassName
{
border-color: #198841;
}
.TagClassName
{
border-color: #198841;
}
</style>