#197758

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

Shades of Salem #197758

Tints of Salem #197758

Color information

#197758 (or 0x197758) is unknown color: approx Salem. HEX triplet: 19, 77 and 58. RGB value is (25,119,88). Sum of RGB (Red+Green+Blue) = 25+119+88=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #197758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197758 is #E688A7. Grayscale: #575757. Windows color (decimal): -15108264 or 5797657. OLE color: 5797657.

HSL color Cylindrical-coordinate representation of color #197758: hue angle of 160.21º 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 #197758 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB2511988-
CMYK0.7900.260.53
HSL160.21º65.28%28.24%-
HSV(B)160.21º78.99%46.67%-
XYZ8.7614.111.49-
YUV87.36128.3683.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 119 (46.88% from 255) = 51.29%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=10.78%
G=51.29%
B=37.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25119880.7900.260.53160.2165.2828.24
Hex1977584F01A35a0411c
Octal311671301170326524010134
Binary1100111101111011000100111101101011010110100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197758; }

 p { color: rgb(25,119,88); }

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

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

 a { background-color: rgb(25,119,88); }

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

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

 span { border-color: rgb(25,119,88); }

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