Shades of Salem #197857
Tints of Salem #197857
RGB
CMYK
RGB Variations
Color information
#197857 (or 0x197857) is known color: Salem. HEX triplet: 19, 78 and 57. RGB value is (25,120,87). Sum of RGB (Red+Green+Blue) = 25+120+87=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #197857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197857 is #E687A8. Grayscale: #575757. Windows color (decimal): -15108009 or 5732377. OLE color: 5732377.
HSL color Cylindrical-coordinate representation of color #197857: hue angle of 159.16º degrees, saturation: 0.66, 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 #197857 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 120 | 87 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.53 |
| HSL | 159.16º | 0.66% | 0.28% | - |
| HSV(B) | 159.16º | 0.79% | 0.47% | - |
| XYZ | 8.84 | 14.33 | 11.32 | - |
| YUV | 87.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 87 | 0.79 | 0 | 0.28 | 0.53 | 159.16 | 0.66 | 0.28 |
| Hex | 19 | 78 | 57 | 4F | 0 | 1C | 35 | 9F | 42 | 1C |
| Octal | 31 | 170 | 127 | 117 | 0 | 34 | 65 | 237 | 102 | 34 |
| Binary | 11001 | 1111000 | 1010111 | 1001111 | 0 | 11100 | 110101 | 10011111 | 1000010 | 11100 |
Color Harmonies of #197857
Complementary color
Monochromatic Colors of #197857
Black with #197857
Text Example
Text Example
White with #197857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197857; }
p { color: rgb(25,120,87); }
H1.HeaderClassName
{
color: #197857;
}
.AnyTagClassName
{
color: #197857;
}
</style>
background-color css
<style>
a { background-color: #197857; }
a { background-color: rgb(25,120,87); }
div.DivClassName
{
background-color: #197857;
}
.BgClassName
{
background-color: #197857;
}
</style>
border-color css
<style>
span { border-color: #197857; }
span { border-color: rgb(25,120,87); }
td.TdClassName
{
border-color: #197857;
}
.TagClassName
{
border-color: #197857;
}
</style>