#197657

Color #197657 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #197657

Tints of Salem #197657

Color information

#197657 (or 0x197657) is unknown color: approx Salem. HEX triplet: 19, 76 and 57. RGB value is (25,118,87). Sum of RGB (Red+Green+Blue) = 25+118+87=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #197657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197657 is #E689A8. Grayscale: #565656. Windows color (decimal): -15108521 or 5731865. OLE color: 5731865.

HSL color Cylindrical-coordinate representation of color #197657: hue angle of 160º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197657 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB2511887-
CMYK0.7900.260.54
HSL160º65.03%28.04%-
HSV(B)160º78.81%46.27%-
XYZ8.613.8511.24-
YUV86.66128.1984.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 87 (34.38% from 255) = 37.83%
R=10.87%
G=51.30%
B=37.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25118870.7900.260.5416065.0328.04
Hex1976574F01A36a0411c
Octal311661271170326624010134
Binary1100111101101010111100111101101011011010100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197657; }

 p { color: rgb(25,118,87); }

 H1.HeaderClassName
 {
   color: #197657;
 }
 .AnyTagClassName
 {
   color: #197657;
 }
</style>
background-color css

<style>
 a { background-color: #197657; }

 a { background-color: rgb(25,118,87); }

 div.DivClassName
 {
   background-color: #197657;
 }
 .BgClassName
 {
   background-color: #197657;
 }
</style>
border-color css

<style>
 span { border-color: #197657; }

 span { border-color: rgb(25,118,87); }

 td.TdClassName
 {
   border-color: #197657;
 }
 .TagClassName
 {
   border-color: #197657;
 }
</style>