#197C4A

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

Shades of Salem #197C4A

Tints of Salem #197C4A

Color information

#197C4A (or 0x197C4A) is unknown color: approx Salem. HEX triplet: 19, 7C and 4A. RGB value is (25,124,74). Sum of RGB (Red+Green+Blue) = 25+124+74=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #197C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C4A is #E683B5. Grayscale: #585858. Windows color (decimal): -15106998 or 4881433. OLE color: 4881433.

HSL color Cylindrical-coordinate representation of color #197C4A: hue angle of 149.7º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C4A is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB2512474-
CMYK0.8000.400.51
HSL149.7º66.44%29.22%-
HSV(B)149.7º79.84%48.63%-
XYZ8.8415.128.93-
YUV88.7119.782.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 124 (48.83% from 255) = 55.61%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=11.21%
G=55.61%
B=33.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25124740.8000.400.51149.766.4429.22
Hex197C4A500283396421d
Octal311741121200506322610235
Binary11001111110010010101010000010100011001110010110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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