#197550

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

Shades of Salem #197550

Tints of Salem #197550

Color information

#197550 (or 0x197550) is unknown color: approx Salem. HEX triplet: 19, 75 and 50. RGB value is (25,117,80). Sum of RGB (Red+Green+Blue) = 25+117+80=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #197550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197550 is #E68AAF. Grayscale: #555555. Windows color (decimal): -15108784 or 5272857. OLE color: 5272857.

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

Color convert

RGB2511780-
CMYK0.7900.320.54
HSL155.87º64.79%27.84%-
HSV(B)155.87º78.63%45.88%-
XYZ8.2113.519.76-
YUV85.27125.0285.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.26%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=11.26%
G=52.70%
B=36.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25117800.7900.320.54155.8764.7927.84
Hex1975504F020369c411c
Octal311651201170406623410134
Binary11001111010110100001001111010000011011010011100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197550; }

 p { color: rgb(25,117,80); }

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

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

 a { background-color: rgb(25,117,80); }

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

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

 span { border-color: rgb(25,117,80); }

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