Shades of Salem #197250
Tints of Salem #197250
RGB
CMYK
RGB Variations
Color information
#197250 (or 0x197250) is known color: Salem. HEX triplet: 19, 72 and 50. RGB value is (25,114,80). Sum of RGB (Red+Green+Blue) = 25+114+80=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #197250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197250 is #E68DAF. Grayscale: #535353. Windows color (decimal): -15109552 or 5272089. OLE color: 5272089.
HSL color Cylindrical-coordinate representation of color #197250: hue angle of 157.08º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197250 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 80 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.55 |
| HSL | 157.08º | 0.64% | 0.27% | - |
| HSV(B) | 157.08º | 0.78% | 0.45% | - |
| XYZ | 7.87 | 12.82 | 9.65 | - |
| YUV | 83.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 80 | 0.78 | 0 | 0.30 | 0.55 | 157.08 | 0.64 | 0.27 |
| Hex | 19 | 72 | 50 | 4E | 0 | 1E | 37 | 9D | 40 | 1B |
| Octal | 31 | 162 | 120 | 116 | 0 | 36 | 67 | 235 | 100 | 33 |
| Binary | 11001 | 1110010 | 1010000 | 1001110 | 0 | 11110 | 110111 | 10011101 | 1000000 | 11011 |
Color Harmonies of #197250
Complementary color
Monochromatic Colors of #197250
Black with #197250
Text Example
Text Example
White with #197250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197250; }
p { color: rgb(25,114,80); }
H1.HeaderClassName
{
color: #197250;
}
.AnyTagClassName
{
color: #197250;
}
</style>
background-color css
<style>
a { background-color: #197250; }
a { background-color: rgb(25,114,80); }
div.DivClassName
{
background-color: #197250;
}
.BgClassName
{
background-color: #197250;
}
</style>
border-color css
<style>
span { border-color: #197250; }
span { border-color: rgb(25,114,80); }
td.TdClassName
{
border-color: #197250;
}
.TagClassName
{
border-color: #197250;
}
</style>