Shades of Salem #197B57
Tints of Salem #197B57
RGB
CMYK
RGB Variations
Color information
#197B57 (or 0x197B57) is known color: Salem. HEX triplet: 19, 7B and 57. RGB value is (25,123,87). Sum of RGB (Red+Green+Blue) = 25+123+87=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #197B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B57 is #E684A8. Grayscale: #595959. Windows color (decimal): -15107241 or 5733145. OLE color: 5733145.
HSL color Cylindrical-coordinate representation of color #197B57: hue angle of 157.96º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197B57 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 123 | 87 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.52 |
| HSL | 157.96º | 0.66% | 0.29% | - |
| HSV(B) | 157.96º | 0.8% | 0.48% | - |
| XYZ | 9.2 | 15.06 | 11.44 | - |
| YUV | 89.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 87 | 0.80 | 0 | 0.29 | 0.52 | 157.96 | 0.66 | 0.29 |
| Hex | 19 | 7B | 57 | 50 | 0 | 1D | 34 | 9E | 42 | 1D |
| Octal | 31 | 173 | 127 | 120 | 0 | 35 | 64 | 236 | 102 | 35 |
| Binary | 11001 | 1111011 | 1010111 | 1010000 | 0 | 11101 | 110100 | 10011110 | 1000010 | 11101 |
Color Harmonies of #197B57
Complementary color
Monochromatic Colors of #197B57
Black with #197B57
Text Example
Text Example
White with #197B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B57; }
p { color: rgb(25,123,87); }
H1.HeaderClassName
{
color: #197B57;
}
.AnyTagClassName
{
color: #197B57;
}
</style>
background-color css
<style>
a { background-color: #197B57; }
a { background-color: rgb(25,123,87); }
div.DivClassName
{
background-color: #197B57;
}
.BgClassName
{
background-color: #197B57;
}
</style>
border-color css
<style>
span { border-color: #197B57; }
span { border-color: rgb(25,123,87); }
td.TdClassName
{
border-color: #197B57;
}
.TagClassName
{
border-color: #197B57;
}
</style>