Shades of Salem #197755
Tints of Salem #197755
RGB
CMYK
RGB Variations
Color information
#197755 (or 0x197755) is known color: Salem. HEX triplet: 19, 77 and 55. RGB value is (25,119,85). Sum of RGB (Red+Green+Blue) = 25+119+85=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #197755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197755 is #E688AA. Grayscale: #575757. Windows color (decimal): -15108267 or 5601049. OLE color: 5601049.
HSL color Cylindrical-coordinate representation of color #197755: hue angle of 158.3º 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 #197755 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 85 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.53 |
| HSL | 158.3º | 0.65% | 0.28% | - |
| HSV(B) | 158.3º | 0.79% | 0.47% | - |
| XYZ | 8.64 | 14.06 | 10.85 | - |
| YUV | 87.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 85 | 0.79 | 0 | 0.29 | 0.53 | 158.3 | 0.65 | 0.28 |
| Hex | 19 | 77 | 55 | 4F | 0 | 1D | 35 | 9E | 41 | 1C |
| Octal | 31 | 167 | 125 | 117 | 0 | 35 | 65 | 236 | 101 | 34 |
| Binary | 11001 | 1110111 | 1010101 | 1001111 | 0 | 11101 | 110101 | 10011110 | 1000001 | 11100 |
Color Harmonies of #197755
Complementary color
Monochromatic Colors of #197755
Black with #197755
Text Example
Text Example
White with #197755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197755; }
p { color: rgb(25,119,85); }
H1.HeaderClassName
{
color: #197755;
}
.AnyTagClassName
{
color: #197755;
}
</style>
background-color css
<style>
a { background-color: #197755; }
a { background-color: rgb(25,119,85); }
div.DivClassName
{
background-color: #197755;
}
.BgClassName
{
background-color: #197755;
}
</style>
border-color css
<style>
span { border-color: #197755; }
span { border-color: rgb(25,119,85); }
td.TdClassName
{
border-color: #197755;
}
.TagClassName
{
border-color: #197755;
}
</style>