#197551

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

Shades of Salem #197551

Tints of Salem #197551

Color information

#197551 (or 0x197551) is unknown color: approx Salem. HEX triplet: 19, 75 and 51. RGB value is (25,117,81). Sum of RGB (Red+Green+Blue) = 25+117+81=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #197551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197551 is #E68AAE. Grayscale: #555555. Windows color (decimal): -15108783 or 5338393. OLE color: 5338393.

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

Color convert

RGB2511781-
CMYK0.7900.310.54
HSL156.52º64.79%27.84%-
HSV(B)156.52º78.63%45.88%-
XYZ8.2513.529.96-
YUV85.39125.5284.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 117 (46.09% from 255) = 52.47%
BLUE value IS 81 (32.03% from 255) = 36.32%
R=11.21%
G=52.47%
B=36.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25117810.7900.310.54156.5264.7927.84
Hex1975514F01F369d411c
Octal311651211170376623510134
Binary1100111101011010001100111101111111011010011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197551; }

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

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

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

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

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

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

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

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