Shades of Salem #198450
Tints of Salem #198450
RGB
CMYK
RGB Variations
Color information
#198450 (or 0x198450) is known color: Salem. HEX triplet: 19, 84 and 50. RGB value is (25,132,80). Sum of RGB (Red+Green+Blue) = 25+132+80=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #198450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198450 is #E67BAF. Grayscale: #5E5E5E. Windows color (decimal): -15104944 or 5276697. OLE color: 5276697.
HSL color Cylindrical-coordinate representation of color #198450: hue angle of 150.84º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198450 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 132 | 80 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.48 |
| HSL | 150.84º | 0.68% | 0.31% | - |
| HSV(B) | 150.84º | 0.81% | 0.52% | - |
| XYZ | 10.1 | 17.29 | 10.39 | - |
| YUV | 94.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 80 | 0.81 | 0 | 0.39 | 0.48 | 150.84 | 0.68 | 0.31 |
| Hex | 19 | 84 | 50 | 51 | 0 | 27 | 30 | 97 | 44 | 1F |
| Octal | 31 | 204 | 120 | 121 | 0 | 47 | 60 | 227 | 104 | 37 |
| Binary | 11001 | 10000100 | 1010000 | 1010001 | 0 | 100111 | 110000 | 10010111 | 1000100 | 11111 |
Color Harmonies of #198450
Complementary color
Monochromatic Colors of #198450
Black with #198450
Text Example
Text Example
White with #198450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198450; }
p { color: rgb(25,132,80); }
H1.HeaderClassName
{
color: #198450;
}
.AnyTagClassName
{
color: #198450;
}
</style>
background-color css
<style>
a { background-color: #198450; }
a { background-color: rgb(25,132,80); }
div.DivClassName
{
background-color: #198450;
}
.BgClassName
{
background-color: #198450;
}
</style>
border-color css
<style>
span { border-color: #198450; }
span { border-color: rgb(25,132,80); }
td.TdClassName
{
border-color: #198450;
}
.TagClassName
{
border-color: #198450;
}
</style>