#197257

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

Shades of Salem #197257

Tints of Salem #197257

Color information

#197257 (or 0x197257) is unknown color: approx Salem. HEX triplet: 19, 72 and 57. RGB value is (25,114,87). Sum of RGB (Red+Green+Blue) = 25+114+87=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #197257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197257 is #E68DA8. Grayscale: #545454. Windows color (decimal): -15109545 or 5730841. OLE color: 5730841.

HSL color Cylindrical-coordinate representation of color #197257: hue angle of 161.8º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197257 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB2511487-
CMYK0.7800.240.55
HSL161.8º64.03%27.25%-
HSV(B)161.8º78.07%44.71%-
XYZ8.1412.9311.08-
YUV84.31129.5185.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=11.06%
G=50.44%
B=38.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114870.7800.240.55161.864.0327.25
Hex1972574E01837a2401b
Octal311621271160306724210033
Binary1100111100101010111100111001100011011110100010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197257; }

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

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

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

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

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

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

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

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