Shades of Salem #197757
Tints of Salem #197757
RGB
CMYK
RGB Variations
Color information
#197757 (or 0x197757) is known color: Salem. HEX triplet: 19, 77 and 57. RGB value is (25,119,87). Sum of RGB (Red+Green+Blue) = 25+119+87=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #197757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197757 is #E688A8. Grayscale: #575757. Windows color (decimal): -15108265 or 5732121. OLE color: 5732121.
HSL color Cylindrical-coordinate representation of color #197757: hue angle of 159.57º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197757 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 87 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.53 |
| HSL | 159.57º | 0.65% | 0.28% | - |
| HSV(B) | 159.57º | 0.79% | 0.47% | - |
| XYZ | 8.72 | 14.09 | 11.28 | - |
| YUV | 87.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 87 | 0.79 | 0 | 0.27 | 0.53 | 159.57 | 0.65 | 0.28 |
| Hex | 19 | 77 | 57 | 4F | 0 | 1B | 35 | A0 | 41 | 1C |
| Octal | 31 | 167 | 127 | 117 | 0 | 33 | 65 | 240 | 101 | 34 |
| Binary | 11001 | 1110111 | 1010111 | 1001111 | 0 | 11011 | 110101 | 10100000 | 1000001 | 11100 |
Color Harmonies of #197757
Complementary color
Monochromatic Colors of #197757
Black with #197757
Text Example
Text Example
White with #197757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197757; }
p { color: rgb(25,119,87); }
H1.HeaderClassName
{
color: #197757;
}
.AnyTagClassName
{
color: #197757;
}
</style>
background-color css
<style>
a { background-color: #197757; }
a { background-color: rgb(25,119,87); }
div.DivClassName
{
background-color: #197757;
}
.BgClassName
{
background-color: #197757;
}
</style>
border-color css
<style>
span { border-color: #197757; }
span { border-color: rgb(25,119,87); }
td.TdClassName
{
border-color: #197757;
}
.TagClassName
{
border-color: #197757;
}
</style>