Shades of Salem #198046
Tints of Salem #198046
RGB
CMYK
RGB Variations
Color information
#198046 (or 0x198046) is known color: Salem. HEX triplet: 19, 80 and 46. RGB value is (25,128,70). Sum of RGB (Red+Green+Blue) = 25+128+70=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #198046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198046 is #E67FB9. Grayscale: #5A5A5A. Windows color (decimal): -15105978 or 4620313. OLE color: 4620313.
HSL color Cylindrical-coordinate representation of color #198046: hue angle of 146.21º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198046 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 70 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.50 |
| HSL | 146.21º | 0.67% | 0.3% | - |
| HSV(B) | 146.21º | 0.8% | 0.5% | - |
| XYZ | 9.23 | 16.09 | 8.41 | - |
| YUV | 90.59 | 116.38 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 70 | 0.80 | 0 | 0.45 | 0.50 | 146.21 | 0.67 | 0.3 |
| Hex | 19 | 80 | 46 | 50 | 0 | 2D | 32 | 92 | 43 | 1E |
| Octal | 31 | 200 | 106 | 120 | 0 | 55 | 62 | 222 | 103 | 36 |
| Binary | 11001 | 10000000 | 1000110 | 1010000 | 0 | 101101 | 110010 | 10010010 | 1000011 | 11110 |
Color Harmonies of #198046
Complementary color
Monochromatic Colors of #198046
Black with #198046
Text Example
Text Example
White with #198046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198046; }
p { color: rgb(25,128,70); }
H1.HeaderClassName
{
color: #198046;
}
.AnyTagClassName
{
color: #198046;
}
</style>
background-color css
<style>
a { background-color: #198046; }
a { background-color: rgb(25,128,70); }
div.DivClassName
{
background-color: #198046;
}
.BgClassName
{
background-color: #198046;
}
</style>
border-color css
<style>
span { border-color: #198046; }
span { border-color: rgb(25,128,70); }
td.TdClassName
{
border-color: #198046;
}
.TagClassName
{
border-color: #198046;
}
</style>