#197F4A

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

Shades of Salem #197F4A

Tints of Salem #197F4A

Color information

#197F4A (or 0x197F4A) is unknown color: approx Salem. HEX triplet: 19, 7F and 4A. RGB value is (25,127,74). Sum of RGB (Red+Green+Blue) = 25+127+74=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #197F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197F4A is #E680B5. Grayscale: #5A5A5A. Windows color (decimal): -15106230 or 4882201. OLE color: 4882201.

HSL color Cylindrical-coordinate representation of color #197F4A: hue angle of 148.82º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F4A is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB2512774-
CMYK0.8000.420.50
HSL148.82º67.11%29.8%-
HSV(B)148.82º80.31%49.8%-
XYZ9.2315.889.06-
YUV90.46118.7181.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 127 (50% from 255) = 56.19%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=11.06%
G=56.19%
B=32.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25127740.8000.420.50148.8267.1129.8
Hex197F4A5002A3295431e
Octal311771121200526222510336
Binary11001111111110010101010000010101011001010010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197F4A; }

 p { color: rgb(25,127,74); }

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

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

 a { background-color: rgb(25,127,74); }

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

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

 span { border-color: rgb(25,127,74); }

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