#197755

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

Shades of Salem #197755

Tints of Salem #197755

Color information

#197755 (or 0x197755) is unknown color: approx 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

RGB2511985-
CMYK0.7900.290.53
HSL158.3º65.28%28.24%-
HSV(B)158.3º78.99%46.67%-
XYZ8.6414.0610.85-
YUV87.02126.8683.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=10.92%
G=51.97%
B=37.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25119850.7900.290.53158.365.2828.24
Hex1977554F01D359e411c
Octal311671251170356523610134
Binary1100111101111010101100111101110111010110011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>